Skip to content

Commit

Permalink
chore: upgrade to eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed May 11, 2024
1 parent 419a475 commit 1e4809d
Show file tree
Hide file tree
Showing 3 changed files with 1,548 additions and 1,071 deletions.
15 changes: 1 addition & 14 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
import freaktechnikConfigNode from "@freaktechnik/eslint-config-node";

export default [
...freaktechnikConfigNode,
{
files: [ "**/*.js" ],
rules: {
"unicorn/import-index": [
"warn",
{
"ignoreImports": true,
},
],
},
},
];
export default freaktechnikConfigNode;

0 comments on commit 1e4809d

Please sign in to comment.