Start on v3.0
This commit is contained in:
19
tslint.json
Normal file
19
tslint.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends" : [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"forin": false,
|
||||
"interface-name": ["never-prefix"],
|
||||
"no-console": [false],
|
||||
"no-namespace": [true, "allow-declarations"],
|
||||
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],
|
||||
"variable-name": [
|
||||
true,
|
||||
"ban-keywords",
|
||||
"check-format",
|
||||
"allow-pascal-case",
|
||||
"allow-leading-underscore"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user