Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Nov 29, 2023
1 parent d2aca27 commit 4c3e05e
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 252 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
*.gradle text eol=lf
*.py text eol=lf
*.md text eol=lf

dist/** linguist-generated=true
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Close #<IssueNumber>
- Lint command (e.g., `yarn lint`) is passed.
- [ ] I've reviewed my changes on PR's diff view.

<!-- Please add screenshots if you modify the UI. Otherwise, remove the following table. -->

<!-- Please add screenshots if you modify the UI.
| Current | In coming |
| ------------------------ | ------------------------ |
| <img src="" width="400"> | <img src="" width="400"> |
-->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@qiwi/multi-semantic-release": "7.1.1",
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.6",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"dotenv-cli": "7.3.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/eslint-config-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
"@types/micromatch": "4.0.6",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
"@types/micromatch": "4.0.6",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/micromatch": "4.0.6",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
Expand Down
Loading

0 comments on commit 4c3e05e

Please sign in to comment.