Skip to content

Commit

Permalink
Fix config for eslint 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed May 9, 2024
1 parent e3d16b8 commit 2058710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// eslint.config.js
// See "Globally ignoring files with ignores" at https://eslint.org/docs/latest/use/configure/configuration-files
export default [
{
ignores: ["**/.eslintrc.js", "admin/words.js"]
}
];
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"include": [
"**/*.js",
"**/*.d.ts"
],
, "eslint.config.mjs" ],
"exclude": [
"node_modules/**",
"widgets/**"
Expand Down

0 comments on commit 2058710

Please sign in to comment.