Skip to content

Commit

Permalink
update esling rules
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Nov 29, 2024
1 parent 9080bd5 commit a3058e7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
],
"rules": {
// your custom rules
"@typescript-eslint/no-unused-vars": [
"warn",
{
"vars": "all",
"varsIgnorePattern": "[A-Z]",
"args": "after-used",
"ignoreRestSiblings": true
}
]
"@typescript-eslint/no-unused-vars": "off"

}
}

0 comments on commit a3058e7

Please sign in to comment.