Skip to content

Commit b959bc3

Browse files
committed
chore: comment eslint
1 parent b844e4a commit b959bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'prefer-destructuring': 0,
1818
'react/no-unused-prop-types': 0,
1919
'max-len': 0,
20+
'max-classes-per-file': 0,
2021
'import/no-extraneous-dependencies': [
2122
'error',
2223
{ devDependencies: true, optionalDependencies: false, peerDependencies: false },

0 commit comments

Comments
 (0)