Adding ESLint config and required dev dependencies
This commit is contained in:
parent
6567bffcb9
commit
06765f9340
4 changed files with 1432 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue