UNPKG

beyond-components

Version:
36 lines 1.11 kB
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "quotemark": [true, "single", "jsx-double"], "semicolon": [true, "never", "ignore-interfaces"], "indent": [true, "tabs", 2], "typedef-whitespace": [false], "whitespace": [false], "member-access": false, "one-line": false, "ordered-imports": false, "member-ordering" : false, "prefer-const": false, "eofline" : false, "no-trailing-whitespace": false, "one-variable-per-declaration": false, "no-consecutive-blank-lines": false, "no-console": false, "comment-format" : false, "variable-name": [true, "allow-leading-underscore", "check-format"], "trailing-comma": [true, { "multiline": { "objects": "never", "arrays": "never", "functions": "never", "typeLiterals": "ignore" }, "esSpecCompliant": true }] }, "rulesDirectory": [] }