UNPKG

minimal-electron-typescript-boilerplate

Version:
26 lines (25 loc) 560 B
{ "defaultSeverity": "error", "extends": [ "tslint-react", "tslint-config-prettier" ], "jsRules": {}, "rules": { "max-line-length": [true, 120], "trailing-comma": false, "ter-indent": [ true, 4, { "SwitchCase": 1 } ], "variable-name": false, "jsx-alignment": true, "jsx-equals-spacing": [true, "never"], "jsx-no-string-ref": true, "jsx-self-close": true }, "rulesDirectory": [] }