Skip to content

Commit

Permalink
fix: fix lint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amrap030 committed May 12, 2022
1 parent b84dd28 commit 97f4525
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 727 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ module.exports = {
root: true,
env: {
node: true,
"vue/setup-compiler-macros": true,
},
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript/recommended",
"plugin:prettier/recommended",
"prettier",
],
extends: ["eslint:recommended", "plugin:prettier/recommended", "prettier"],
parserOptions: {
ecmaVersion: 2020,
},
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.32",
"@vitejs/plugin-vue": "^2.3.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@whitelabel-solutions/wallet-connector": "^0.0.3",
"commitizen": "^4.2.4",
"consola": "^2.15.3",
Expand All @@ -72,7 +70,8 @@
"esbuild": "^0.14.39",
"esbuild-register": "^3.3.2",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.6.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"esno": "^0.14.1",
"husky": "^8.0.1",
"prettier": "^2.6.2",
Expand All @@ -85,9 +84,7 @@
"semantic-release": "^19.0.2",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vite-tsconfig-paths": "^3.4.1",
"vue": "^3.2.33",
"vue-tsc": "^0.29.8"
"vite-tsconfig-paths": "^3.4.1"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
Expand Down
Loading

0 comments on commit 97f4525

Please sign in to comment.