diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 13:23:19 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 13:23:19 +0200 |
commit | 49c80c82d5bcbf92aa51ab84ee4a99b1af3b0694 (patch) | |
tree | 7222104f1bd9abcef1016470498eab1c72455bf8 /package.json | |
parent | c63e558f402cfad914031a58fdcf3d8e0f3d125d (diff) |
Moved eslint stuff to the workspace root
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 0bf51d9..0539fa6 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,12 @@ "client": "^1.0.0", "concurrently": "^6.2.0", "dotenv": "^10.0.0", + "eslint": "^7.31.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-vue": "^7.14.0", "fs-extra": "^10.0.0", "jest": "^27.0.6", "server": "^1.0.0", |