Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
strtok committed Nov 10, 2024
1 parent bd1d69b commit b6afaa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
files: ["src/*.ts"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "tsc -p .",
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint . --ext .ts",
"lint": "eslint .",
"prepare": "npm run build",
"preversion": "npm run lint",
"package": "../../node_modules/.bin/webpack",
Expand Down

0 comments on commit b6afaa2

Please sign in to comment.