UNPKG

756 BJSONView Raw
1{
2 "rules": {
3 "generator-star": ["generator-star-spacing"],
4 "global-strict": ["strict"],
5 "no-comma-dangle": ["comma-dangle"],
6 "no-empty-class": ["no-empty-character-class"],
7 "no-extra-strict": ["strict"],
8 "no-reserved-keys": ["quote-props"],
9 "no-space-before-semi": ["semi-spacing"],
10 "no-wrap-func": ["no-extra-parens"],
11 "space-after-function-name": ["space-before-function-paren"],
12 "space-before-function-parentheses": ["space-before-function-paren"],
13 "space-in-brackets": ["object-curly-spacing", "array-bracket-spacing", "computed-property-spacing"],
14 "space-unary-word-ops": ["space-unary-ops"],
15 "spaced-line-comment": ["spaced-comment"]
16 }
17}