react-application-core
Version:
A react-based application core for the business applications.
28 lines • 641 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"indent": [true, "spaces", 2],
"max-line-length": [true, 200],
"no-bitwise": false,
"no-var-requires": false,
"trailing-comma": [
true,
{
"multiline": {
"objects": "always",
"arrays": "never"
}
}
],
"no-unused-expression": [true, "allow-new"],
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-empty-interface": false,
"quotemark": [true, "single", "avoid-escape"]
},
"rulesDirectory": []
}