1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/src/js/tslint.json

17 lines
442 B
JSON
Raw Normal View History

2020-05-09 14:45:23 +00:00
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
2020-05-09 14:45:23 +00:00
"jsRules": {
"trailing-comma": false,
"comma-dangle": ["error", "never"],
2020-05-09 14:45:23 +00:00
"object-literal-sort-keys": false,
"member-ordering": false,
"max-line-length": false,
"no-console": false,
"forin": false,
"no-empty": false,
"space-before-function-paren": ["always"]
2020-05-09 14:45:23 +00:00
},
"rulesDirectory": []
}