diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-05 12:26:00 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-05 12:26:00 +0200 |
commit | d4409b9f577f04ec14bc820ea994638fd4a79687 (patch) | |
tree | 098df710b549114abfaa5ff56a6cebcff0fb9ed4 /packages/client/package.json | |
parent | 505c18041bebf533ec63fed3790f54f5c6e1843b (diff) |
Moved some dependencies to workspaces & fixed client eslint config
Diffstat (limited to 'packages/client/package.json')
-rw-r--r-- | packages/client/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index b285bf7..11df741 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -27,6 +27,9 @@ "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^7.0.0", "sass": "^1.26.5", "sass-loader": "^8.0.2" |