mirror of
https://github.com/FullScreenShenanigans/QuadsKeepr.git
synced 2026-08-12 02:18:20 -07:00
Added exclude to tslint.json options
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"./node_modules/**/*"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"completed-docs": false,
|
||||
"no-bitwise": false,
|
||||
|
||||
Reference in New Issue
Block a user