Skip to content

Commit

Permalink
update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qvkare authored Dec 17, 2024
1 parent eaf0bc6 commit 311155d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-var-requires": "off",
"import/no-unused-modules": "off",
"import/order": [
"error",
{
Expand All @@ -51,9 +52,7 @@ module.exports = {
},
},
],
"import/no-unused-modules": [1, { unusedExports: true }],
"no-control-regex": "off",

"object-shorthand": ["error", "always"],
},
settings: {
Expand Down

0 comments on commit 311155d

Please sign in to comment.