Adding ESLint config and required dev dependencies

This commit is contained in:
Chris Raynor 2020-09-14 10:32:24 +01:00
parent 6567bffcb9
commit 06765f9340
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
4 changed files with 1432 additions and 1 deletions

View file

@ -46,7 +46,13 @@
"@types/node": "^12.0.4",
"@types/semver": "^7.2.0",
"@types/sinon": "^7.2.0",
"@typescript-eslint/parser": "^4.1.0",
"ava": "3.8.1",
"eslint": "^7.9.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.2",
"nock": "^12.0.3",
"removeNPMAbsolutePaths": "2.0.0",
@ -55,4 +61,4 @@
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5"
}
}
}