smartanalytics/tslint.json
2018-10-28 23:29:45 +01:00

11 lines
239 B
JSON

{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false
},
"defaultSeverity": "warning"
}