Skip to content

Commit

Permalink
style(hooks): eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Minori-ty committed Jan 25, 2022
1 parent 5d1133f commit 555daa0
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 555 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"prettier": "npx prettier --write \"**/**/*.{vue,css,less,json}\"",
"all": "npm run prettier && npm run style && npm run --fix",
"test": "jest",
"prepare": "husky install",
"prepush": "lint-staged -c .lintstagedrc.js"
},
"dependencies": {
Expand All @@ -37,6 +36,7 @@
"autoprefixer": "^10.4.2",
"babel-core": "^6.26.3",
"babel-jest": "^27.4.6",
"core-js": "^3.20.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
Expand Down
Loading

0 comments on commit 555daa0

Please sign in to comment.