Dependencies: Add eslint and required plugins
This commit is contained in:
parent
a7ae16b7a5
commit
fa85024316
2 changed files with 3634 additions and 0 deletions
3630
package-lock.json
generated
3630
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,7 +12,11 @@
|
||||||
"author": "networkException",
|
"author": "networkException",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
||||||
"concurrently": "^6.3.0",
|
"concurrently": "^6.3.0",
|
||||||
|
"eslint": "^8.6.0",
|
||||||
|
"eslint-plugin-import": "^2.25.4",
|
||||||
|
"eslint-plugin-only-warn": "^1.0.3",
|
||||||
"reload": "^3.2.0"
|
"reload": "^3.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue