UNPKG

stylish-components

Version:
140 lines 2.83 kB
{ "jsRules": { "class-name": true, "comment-format": [ true, "check-space" ], "indent": [ true, "spaces" ], "no-eval": true, "no-internal-module": true, "no-trailing-whitespace": false, "no-var-keyword": true, "one-line": [ true, "check-open-brace", "check-whitespace" ], "quotemark": [ true, "single", "avoid-escape" ], "semicolon": [ true, "never" ], "triple-equals": [ true, "allow-undefined-check" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "variable-name": [ true, "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ], "prefer-for-of": true, "no-reference": true, "forin": true, "no-arg": true, "no-bitwise": true, "no-conditional-assignment": true, "no-construct": true, "no-invalid-this": true, "no-null-keyword": true, "max-line-length": [ true, 120 ], "jsdoc-format": true }, "rules": { "class-name": true, "comment-format": [ true, "check-space" ], "indent": [ true, "spaces" ], "no-eval": true, "no-internal-module": true, "no-trailing-whitespace": false, "no-var-keyword": true, "one-line": [ true, "check-open-brace", "check-whitespace" ], "quotemark": [ true, "single", "avoid-escape" ], "semicolon": [ true, "never" ], "triple-equals": [ true, "allow-undefined-check" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "variable-name": [ true, "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ], "prefer-for-of": true, "no-reference": true, "forin": true, "no-arg": true, "no-bitwise": true, "no-conditional-assignment": true, "no-construct": true, "no-invalid-this": true, "no-null-keyword": true, "max-line-length": [ true, 120 ], "jsdoc-format": true } }