-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split eslint and prettier As recommended at https://prettier.io/docs/en/integrating-with-linters.html * Fix vs config * Fix linter issues * Run prettier on everything * Fix lint cmd * Don't check git ignored files with prettier
- Loading branch information
1 parent
2733348
commit 4c578a7
Showing
65 changed files
with
677 additions
and
808 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
version: 2 | ||
updates: | ||
|
||
# Fetch and update latest `npm` packages | ||
- package-ecosystem: npm | ||
directory: '/' | ||
open-pull-requests-limit: 20 | ||
schedule: | ||
interval: "monthly" | ||
labels: | ||
- "type: dependencies" | ||
- "status: safe to test" | ||
- package-ecosystem: npm | ||
directory: '/' | ||
open-pull-requests-limit: 20 | ||
schedule: | ||
interval: 'monthly' | ||
labels: | ||
- 'type: dependencies' | ||
- 'status: safe to test' | ||
|
||
# Fetch and update latest `github-actions` pkgs | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
open-pull-requests-limit: 20 | ||
schedule: | ||
interval: "monthly" | ||
labels: | ||
- "type: dependencies" | ||
- "status: safe to test" | ||
# Fetch and update latest `github-actions` pkgs | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
open-pull-requests-limit: 20 | ||
schedule: | ||
interval: 'monthly' | ||
labels: | ||
- 'type: dependencies' | ||
- 'status: safe to test' |
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
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,16 +1,16 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"github.copilot", | ||
"streetsidesoftware.code-spell-checker", | ||
"github.vscode-pull-request-github", | ||
"eamodio.gitlens", | ||
"graphql.vscode-graphql", | ||
"orta.vscode-jest", | ||
"esbenp.prettier-vscode", | ||
"prisma.prisma", | ||
"bradlc.vscode-tailwindcss", | ||
"vue.volar", | ||
"antfu.goto-alias" | ||
] | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"github.copilot", | ||
"streetsidesoftware.code-spell-checker", | ||
"github.vscode-pull-request-github", | ||
"eamodio.gitlens", | ||
"graphql.vscode-graphql", | ||
"orta.vscode-jest", | ||
"esbenp.prettier-vscode", | ||
"prisma.prisma", | ||
"bradlc.vscode-tailwindcss", | ||
"vue.volar", | ||
"antfu.goto-alias" | ||
] | ||
} |
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.