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 9c0c60c commit 1859f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"unused-imports/no-unused-vars": [
"warn",
{ "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" }
]
],
"@typescript-eslint/no-non-null-asserted-optional-chain": "off"
}
}

Expand Down

0 comments on commit 1859f65

Please sign in to comment.