Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": ["tslint:recommended", "tslint-config-prettier"],
|
||||
"linterOptions": {
|
||||
"exclude": ["node_modules/**/*.ts"]
|
||||
},
|
||||
"rules": {
|
||||
"no-bitwise": false,
|
||||
"no-console": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user