We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcae3a commit cc840c9Copy full SHA for cc840c9
.eslintrc.json
@@ -73,6 +73,7 @@
73
"unicorn/no-useless-undefined": 0,
74
"unicorn/no-array-push-push": 0,
75
"unicorn/filename-case": 0,
76
+ "camelcase": 0,
77
"@typescript-eslint/no-explicit-any": 0,
78
"@typescript-eslint/no-empty-function": 0,
79
"@typescript-eslint/no-var-requires": 0,
0 commit comments