-
-
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.
* fix: use pnpm for plugin * install pnpm in jobs * use pnpm for other packages too * update snapshots * feat: emit es2019 * chore: use pnpm for pre-commit * ci: install node types for e2e repo
- Loading branch information
1 parent
3e2d036
commit 7e3e619
Showing
79 changed files
with
11,209 additions
and
21,469 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 @@ | ||
npx lint-staged | ||
pnpm lint-staged |
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.