minimal-electron-typescript-boilerplate
Version:
Electron-Typescript-React boilerplate with minimal functionality
26 lines (25 loc) • 560 B
JSON
{
"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": []
}