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 /packages/client/package.json | |
parent | c63e558f402cfad914031a58fdcf3d8e0f3d125d (diff) |
Moved eslint stuff to the workspace root
Diffstat (limited to 'packages/client/package.json')
-rw-r--r-- | packages/client/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index d532de9..0c69871 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -33,11 +33,6 @@ "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-standard": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", - "eslint": "^7.30.0", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-vue": "^7.0.0", "sass": "^1.26.5", "sass-loader": "^12.1.0", "shared_types": "^1.0.0", |