Skip to content

Commit

Permalink
update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Dec 8, 2021
1 parent baf4af6 commit 98f4665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn add -D eslint-config-bzc

In addition you will also need a list of peer dependencies for the linter to run properly
```
@babel/core @babel/eslint-parser eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-fb-flow eslint-plugin-flowtype eslint-plugin-react-hooks eslint-plugin-testing-library
@babel/core @babel/eslint-parser @babel/plugin-syntax-flow @babel/plugin-transform-react-jsx eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-fb-flow eslint-plugin-flowtype eslint-plugin-react-hooks eslint-plugin-testing-library
```

## Set up
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-bzc",
"description": "Eslint Config for my personal and professional projects",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"repository": "[email protected]:Brianzchen/eslint-config-bzc.git",
"author": "Brian Chen",
Expand All @@ -16,6 +16,8 @@
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.12.0",
"@babel/plugin-syntax-flow": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"eslint-config-airbnb": ">=17.0.0 || >=18.0.0",
"eslint-plugin-fb-flow": ">=0.0.1",
"eslint-plugin-flowtype": ">=5.9.0",
Expand Down

0 comments on commit 98f4665

Please sign in to comment.