mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
c026007a5d
* 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>
4 lines
58 B
Bash
Executable file
4 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|