smartanalytics/tslint.json

11 lines
239 B
JSON
Raw Normal View History

2017-02-24 02:00:15 +00:00
{
2018-10-28 22:29:45 +00:00
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false
},
"defaultSeverity": "warning"
2017-02-24 02:00:15 +00:00
}