UNPKG

366 BJSONView Raw
1{
2 "rules": {
3 "canonical/filename-match-exported": "off",
4 "canonical/filename-match-regex": "off",
5 "import/order": "off",
6 "max-len": "off",
7 "object-shorthand": [
8 "error",
9 "consistent"
10 ],
11 "quote-props": [
12 "error",
13 "always"
14 ],
15 "unicorn/no-empty-file": "off",
16 "unicorn/prevent-abbreviations": "off"
17 }
18}
\No newline at end of file