Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Oct 24, 2024
1 parent 2cf0ca0 commit 03b067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
{
"files": ["scripts/**/*.{mjs,cjs,js.ts}"],
"files": ["scripts/**/*.{mjs,cjs,js,ts}"],
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
Expand Down

0 comments on commit 03b067c

Please sign in to comment.