Skip to content

Commit

Permalink
fix(@open-wc/eslint-config): use @babel/eslint-plugin as a peerDepend…
Browse files Browse the repository at this point in the history
…encies (#1953)
  • Loading branch information
stephenwade committed Oct 29, 2020
1 parent 10f85b0 commit 87ce50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-tigers-tell.md
@@ -0,0 +1,5 @@
---
'@open-wc/eslint-config': patch
---

Fix peerDependencies in eslint-config
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -23,7 +23,7 @@
"config"
],
"peerDependencies": {
"eslint-plugin-babel": "^7.6.0",
"@babel/eslint-plugin": "^7.6.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-lit": "^1.2.0",
Expand Down

0 comments on commit 87ce50c

Please sign in to comment.