Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Dec 12, 2023
1 parent 32e2cb1 commit 4c94d60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@
"rules": {
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off"
}
},
{
"files": ["**/*.mjs"],
"rules": {
"@typescript-eslint/no-this-alias": "off",
"import/no-unresolved": "off"
}
},
Expand Down

0 comments on commit 4c94d60

Please sign in to comment.