Update eslint to 2.2.7 (#410)

This commit is contained in:
Thomas Boop
2020-04-13 10:19:49 -04:00
committed by GitHub
parent 5b940ebda7
commit 3c125ce4e0
5 changed files with 162 additions and 11 deletions

6
tsconfig.eslint.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules"
]
}