Skip to content

Commit

Permalink
ci: remove stylelint from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Aug 25, 2024
1 parent 7a004bb commit c0fe10b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

[ -n "$CI" ] && exit 0

npx stylelint "**/*.scss"
npx --no-install commitlint --edit
npm test
npx eslint src/**/*.ts

0 comments on commit c0fe10b

Please sign in to comment.