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 /packages/client/package.json | |
parent | a32365a7fea97fbf2a7b906ea77415ab744e7b43 (diff) |
Organized Eslint stuff
Diffstat (limited to 'packages/client/package.json')
-rw-r--r-- | packages/client/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 65496d4..a82dafd 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -32,10 +32,17 @@ "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-standard": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", + "eslint": "^7.31.0", + "eslint-config-base": "^1.0.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-vue": "^7.14.0", "sass": "^1.26.5", "sass-loader": "^12.1.0", "shared_types": "^1.0.0", "typescript": "^4.3.5", + "vue-eslint-parser": "^7.9.0", "webpack": "^5.46.0" }, "license": "MIT" |