Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 committed Jul 6, 2024
1 parent 0fb6d78 commit d49e7e9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 18 deletions.
Empty file removed .eslintignore
Empty file.
13 changes: 0 additions & 13 deletions .eslintrc.json

This file was deleted.

8 changes: 8 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{ languageOptions: { globals: globals.node } },
pluginJs.configs.recommended,
];
23 changes: 19 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"node": "22.x"
},
"devDependencies": {
"eslint": "*"
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"globals": "^15.8.0"
}
}

0 comments on commit d49e7e9

Please sign in to comment.