-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
3e2d036
commit 0f834b1
Showing
8 changed files
with
5,402 additions
and
13,365 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 +1 @@ | ||
npm run test:all | ||
pnpm run test:all |
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,6 @@ | ||
{ | ||
"*.@(ts|tsx|js|jsx)": ["npm run lint:js", "npm run format"], | ||
"*.json": ["npm run format"], | ||
"*.*rc": ["npm run format -- --parser json"], | ||
"*.@(css|scss)": ["npm run lint:styles", "npm run format"] | ||
"*.@(ts|tsx|js|jsx)": ["pnpm run lint:js", "pnpm run format"], | ||
"*.json": ["pnpm run format"], | ||
"*.*rc": ["pnpm run format -- --parser json"], | ||
"*.@(css|scss)": ["pnpm run lint:styles", "pnpm run format"] | ||
} |
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
Oops, something went wrong.