Skip to content

Commit

Permalink
Disabled eslint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxswa committed Nov 27, 2023
1 parent 84c704a commit 331a448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
],
"ignorePatterns": [
"**/@types/*"
]
],
"rules": {
"max-classes-per-file": "off"
}
},
"prettier": {
"trailingComma": "none",
Expand Down

0 comments on commit 331a448

Please sign in to comment.