mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-10 10:45:35 +08:00
* 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>
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|