Skip to content

Commit

Permalink
style(.eslintrc.json): disallow wrapper object types
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Dec 14, 2024
1 parent e4f6c21 commit 94ca60f
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 @@ -43,7 +43,8 @@
"rules": {
"no-unused-vars": [ "error", { "args": "none" } ],
"indent": [ "error", "tab" ],
"no-dupe-class-members": "off"
"no-dupe-class-members": "off",
"@typescript-eslint/no-wrapper-object-types": "error"
}
}, {
"files": [ "*.jsx" ],
Expand Down

0 comments on commit 94ca60f

Please sign in to comment.