afc163
2 years ago
committed by
GitHub
5 changed files with 22 additions and 4 deletions
@ -0,0 +1 @@ |
|||||
|
_ |
@ -1,4 +1,4 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
. "$(dirname "$0")/_/husky.sh" |
. "$(dirname "$0")/_/husky.sh" |
||||
|
|
||||
npx --no-install pretty-quick --staged |
npx --no-install lint-staged |
||||
|
@ -0,0 +1,14 @@ |
|||||
|
{ |
||||
|
"formatter": { |
||||
|
"enabled": true, |
||||
|
"ignore": ["./dist/*", "./es/**/*", "./lib/**/*", "_site/**/*"], |
||||
|
"indentStyle": "space", |
||||
|
"lineWidth": 100, |
||||
|
"indentSize": 2 |
||||
|
}, |
||||
|
"javascript": { |
||||
|
"formatter": { |
||||
|
"quoteStyle": "single" |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue