Browse Source
* Add and setup husky * Add lint-staged and configure with husky * Remove eslint * Remove prettier * Remove typescript react/jsx and add vue extension * Add stylelint calls * Add eslintcache ignore * Add eslint cache in all eslint command * Add config in stylelint * Add cache option in remaining eslint scripts * Remove cache option Co-authored-by: Matt Cowley <me@mattcowley.co.uk>pull/410/head^2
Amrit Timalsina
2 years ago
committed by
GitHub
4 changed files with 1016 additions and 48 deletions
@ -0,0 +1,4 @@
|
||||
#!/bin/sh |
||||
. "$(dirname "$0")/_/husky.sh" |
||||
|
||||
npx lint-staged |
Loading…
Reference in new issue