You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
746 B

{
"defaultSeverity": "warning",
"extends": ["tslint:latest", "tslint-consistent-codestyle", "tslint-react", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"no-console": [true],
"max-classes-per-file": [true, 3],
"ordered-imports": true,
"variable-name": [true, "check-format", "allow-pascal-case", "allow-leading-underscore", "ban-keywords"],
"interface-name": false,
"member-access": [true, "no-public"],
"object-literal-sort-keys": [false],
"no-submodule-imports": [false, ["@common", "@server", "@client"]],
"jsx-boolean-value": [true, "never"],
"no-implicit-dependencies": false,
"curly": [true, "ignore-same-line"],
"no-unnecessary-qualifier": true
},
"rulesDirectory": []
}