Skip to content

Commit

Permalink
Setup linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Jul 29, 2023
1 parent 0894a00 commit b4cfc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint ./src"
},
"keywords": [
"typewriter",
Expand Down
9 changes: 1 addition & 8 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
App,
Modal,
Notice,
Plugin,
PluginSettingTab,
Setting,
} from 'obsidian';
import { App, Plugin, PluginSettingTab, Setting } from 'obsidian';
import * as path from 'path';

const AUDIO_ID = 'typewriter-sound-plugin-audio';
Expand Down

0 comments on commit b4cfc06

Please sign in to comment.