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 e62f143 commit 3b103b1Copy full SHA for 3b103b1
package.json
@@ -169,5 +169,27 @@
169
},
170
"prettier": {
171
"trailingComma": "all"
172
+ },
173
+ "xo": {
174
+ "prettier": true,
175
+ "plugins": [
176
+ "unicorn"
177
+ ],
178
+ "rules": {
179
+ "unicorn/filename-case": "off",
180
+ "camelcase": "off",
181
+ "unicorn/prevent-abbreviations": "off",
182
+ "no-constant-condition": "off",
183
+ "unicorn/prefer-math-trunc": "off",
184
+ "unicorn/no-new-array": "off"
185
186
+ "overrides": [
187
+ {
188
+ "files": [
189
+ "doc/**"
190
191
+ "env": "browser"
192
+ }
193
+ ]
194
}
195
0 commit comments