-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
17,885 additions
and
11,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname $0)/_/husky.sh" | ||
|
||
if [ -z $GAC_VERIFY_SIMPLE ]; then npm run lint-all; fi | ||
npx lint-staged --concurrent false | ||
if [ -z $GAC_VERIFY_SIMPLE ]; then npm run lint; fi | ||
NODE_ENV=format npx lint-staged --concurrent false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# Paths below are ignored by prettier as well as remark and doctoc when called | ||
# with npm run format) | ||
build | ||
external-scripts/bin | ||
node_modules | ||
dist | ||
coverage | ||
package-lock.json | ||
fixtures | ||
docs | ||
CHANGELOG.md | ||
bundle-stats.ignore.json | ||
test/integration/assets/output-1.js |
Oops, something went wrong.