mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
init
This commit is contained in:
15
tslint.json
Normal file
15
tslint.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
"@blueprintjs/tslint-config",
|
||||
"tslint-plugin-prettier",
|
||||
"tslint-no-unused-expression-chai"
|
||||
],
|
||||
"rules": {
|
||||
"prettier": true,
|
||||
"no-console": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"no-implicit-dependencies": false,
|
||||
"no-submodule-imports": false,
|
||||
"no-this-assignment": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user