First commit
This commit is contained in:
33
tslint.json
Executable file
33
tslint.json
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint-react"
|
||||
],
|
||||
"jsRules": {
|
||||
},
|
||||
"rules": {
|
||||
"jsx-no-multiline-js": false,
|
||||
"member-access": false,
|
||||
"prefer-for-of": true,
|
||||
"prefer-const": true,
|
||||
"prefer-readonly": true,
|
||||
"typedef": [
|
||||
true,
|
||||
"call-signature",
|
||||
"property-declaration"
|
||||
],
|
||||
"ordered-imports": false,
|
||||
"quotemark": false,
|
||||
"no-console": false,
|
||||
"jsx-no-lambda": false
|
||||
},
|
||||
"rulesDirectory": [
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"build/**/*.js",
|
||||
"config/**/*.js",
|
||||
"node_modules/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user