We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9df14a commit ccb99fbCopy full SHA for ccb99fb
.eslintrc.json
@@ -88,11 +88,14 @@
88
"unicorn/no-null": "off",
89
"unicorn/no-typeof-undefined": "off",
90
"unicorn/no-unused-properties": "error",
91
+ "unicorn/numeric-separators-style": "off",
92
"unicorn/prefer-array-flat": "off",
93
+ "unicorn/prefer-at": "off",
94
"unicorn/prefer-dom-node-dataset": "off",
95
"unicorn/prefer-module": "off",
96
"unicorn/prefer-query-selector": "off",
97
"unicorn/prefer-spread": "off",
98
+ "unicorn/prefer-string-replace-all": "off",
99
"unicorn/prevent-abbreviations": "off"
100
},
101
"overrides": [
0 commit comments