Initial commit
This commit is contained in:
10
static/tslint.json
Normal file
10
static/tslint.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "tslint:recommended",
|
||||
"rules": {
|
||||
"interface-name": false,
|
||||
"max-line-length": false,
|
||||
"no-bitwise": false,
|
||||
"no-console": false,
|
||||
"no-unused-expression": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user