Skip to content

Commit

Permalink
Merge branch 'main' of github.com:primer/eslint-plugin-primer-react i…
Browse files Browse the repository at this point in the history
…nto chore/add-eslint-support
  • Loading branch information
joshblack committed Oct 12, 2023
2 parents f903c06 + fc0af87 commit af69005
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
File renamed without changes.
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'dependencies'
- 'skip changeset'
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 99
allow:
- dependency-name: 'eslint-plugin-github'
- dependency-name: 'eslint-plugin-jsx-a11y'
labels:
- 'dependencies'
- 'skip changeset'
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"dependencies": {
"@styled-system/props": "^5.1.5",
"eslint-plugin-github": "^4.9.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-traverse": "^1.0.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit af69005

Please sign in to comment.