-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Actions Workaround (#7) githubactions bug foo
- Loading branch information
1 parent
d80e662
commit 23498b8
Showing
17 changed files
with
3,246 additions
and
3,028 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,3 +1,3 @@ | ||
{ | ||
"*{ts,js}": ["yarn format"] | ||
"*{ts,js}": ["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
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/econominhas/eslint-config.git" | ||
}, | ||
"packageManager": "^[email protected]", | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
|
@@ -47,7 +48,6 @@ | |
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-node": "^0.3.6", | ||
"eslint-import-resolver-typescript": "^3.5.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-jest-formatting": "^3.0.0", | ||
|
@@ -69,8 +69,8 @@ | |
"build": "./scripts/build.sh", | ||
"format": "eslint . --fix --quiet", | ||
"lint": "eslint . --quiet", | ||
"upgrade:dependencies": "yarn upgrade-interactive --latest", | ||
"lk": "yarn build && cd dist && yarn link && cd ..", | ||
"ulk": "yarn unlink && yarn lk" | ||
"upgrade:dependencies": "pnpm update --latest", | ||
"lk": "pnpm run build && cd dist && pnpm link --global --dir . && cd ..", | ||
"ulk": "pnpm unlink && pnpm run lk" | ||
} | ||
} |
Oops, something went wrong.