Remove ESLint (still not compatible enough with TypeScript tooling)

This commit is contained in:
Jonathan Clem
2019-04-19 17:00:31 -04:00
parent e3911754c1
commit d90e9d7582
4 changed files with 4 additions and 840 deletions

View File

@@ -1,10 +0,0 @@
{
"extends": ["plugin:github/es6"],
"parser": "@typescript-eslint/parser",
"plugins": ["jest"],
"env": {
"node": true,
"es6": true,
"jest/globals": true
}
}