Skip to content

Commit

Permalink
remove auto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Nov 10, 2023
1 parent cff78ab commit b4d3266
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"vitest": "^0.34.6"
},
"lint-staged": {
"*.{js,jsx,cjs,mjs,vue,json}": "eslint --cache --fix",
"*.{js,vue}": "prettier --write"
"*.{js,vue,json}": "prettier --write"
}
}

0 comments on commit b4d3266

Please sign in to comment.