Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Nov 18, 2024
1 parent c6f7d14 commit 18afa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"rules": {
"no-unused-vars": "off",
"no-console": "off",
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": [
"warn",
{ "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" }
],
"@typescript-eslint/no-non-null-asserted-optional-chain": "off"
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/no-extra-non-null-assertion": "off"
}
}

0 comments on commit 18afa00

Please sign in to comment.