Skip to content

Commit

Permalink
fix(lint): add eslint-plugin to eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jun 30, 2023
1 parent d23c2ad commit 660e8cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/eslint-plugin": "7.22.5",
"@redwoodjs/eslint-plugin": "5.4.0",
"@redwoodjs/internal": "5.4.0",
"@redwoodjs/project-config": "5.4.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7083,6 +7083,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/eslint-parser": 7.22.5
"@babel/eslint-plugin": 7.22.5
"@redwoodjs/eslint-plugin": 5.4.0
"@redwoodjs/internal": 5.4.0
"@redwoodjs/project-config": 5.4.0
"@typescript-eslint/eslint-plugin": 5.60.1
Expand All @@ -7103,7 +7104,7 @@ __metadata:
languageName: unknown
linkType: soft

"@redwoodjs/eslint-plugin@workspace:packages/eslint-plugin":
"@redwoodjs/eslint-plugin@5.4.0, @redwoodjs/eslint-plugin@workspace:packages/eslint-plugin":
version: 0.0.0-use.local
resolution: "@redwoodjs/eslint-plugin@workspace:packages/eslint-plugin"
dependencies:
Expand Down

0 comments on commit 660e8cf

Please sign in to comment.