diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 20:54:38 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 20:54:38 +0200 |
commit | e8392e65591b99f52c89cbec4554c87b19bde335 (patch) | |
tree | 18d5d7cddcd7f81e821dd2c5f6b3e0182b0153a9 /package.json | |
parent | a32365a7fea97fbf2a7b906ea77415ab744e7b43 (diff) |
Organized Eslint stuff
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package.json b/package.json index 0539fa6..32ff023 100644 --- a/package.json +++ b/package.json @@ -17,18 +17,11 @@ "devDependencies": { "@types/fs-extra": "^9.0.12", "@types/jest": "^26.0.23", - "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", "ts-jest": "^27.0.3", "typescript": "^4.3.5" } |