moved folders around and added janken
This commit is contained in:
40
main-web/client/tslint.json
Normal file
40
main-web/client/tslint.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended",
|
||||
"tslint-react"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"curly": [true, "ignore-same-line"],
|
||||
"typedef": [
|
||||
true,
|
||||
"call-signature",
|
||||
"arrow-call-signature",
|
||||
"parameter",
|
||||
"member-variable-declaration",
|
||||
"property-declaration"
|
||||
],
|
||||
"no-any": false,
|
||||
"quotemark": [true, "single"],
|
||||
"trailing-comma": false,
|
||||
"max-line-length": false,
|
||||
"ordered-imports": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"member-ordering": false,
|
||||
"no-console": false,
|
||||
"align": false,
|
||||
"semicolon": [true, "always"],
|
||||
"whitespace": [true, "check-module"],
|
||||
"interface-over-type-literal": false,
|
||||
"member-access": false,
|
||||
"jsx-no-lambda": false,
|
||||
"jsx-no-multiline-js": false
|
||||
},
|
||||
"rulesDirectory": [],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/serviceWorker.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user