1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-06-28 09:42:34 +08:00
Sword/tslint.json
2019-04-01 23:01:21 +08:00

15 lines
348 B
JSON

{
"extends": ["tslint:latest", "tslint-react", "tslint-config-prettier"],
"rules": {
"no-var-requires": false,
"no-submodule-imports": false,
"object-literal-sort-keys": false,
"jsx-no-lambda": false,
"no-implicit-dependencies": false,
"no-console": false
},
"jsRules": {
"object-literal-sort-keys": false
}
}