Skip to content

Commit

Permalink
allow eslint 8, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Dec 9, 2021
1 parent d9c77c3 commit 0494303
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 148 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ _Note: `eslint-config-namely` adheres to [semantic versioning](https://semver.or

- [breaking]: peer dep upgrade: @typescript-eslint/eslint-plugin
- [breaking]: peer dep upgrade: @typescript-eslint/parser
- [breaking]: peer dep upgrade: eslint-plugin-import
- [breaking]: peer dep upgrade: eslint-plugin-jest
- [breaking]: peer dep upgrade: eslint-plugin-jsx-a11y
- [breaking]: peer dep upgrade: eslint-plugin-jsx-promise
- [breaking]: peer dep upgrade: eslint-plugin-jsx-react
- [breaking]: peer dep upgrade: eslint-plugin-jsx-react-hooks
- [breaking]: peer dep upgrade: eslint-plugin-promise
- [breaking]: peer dep upgrade: eslint-plugin-react
- [breaking]: peer dep upgrade: eslint-plugin-react-hooks
- allow v8 of eslint in addition to v7. note that some plugins may not work properly with it yet.
- override to disable react/require-default-props
- override to disable react/function-component-definition
- updated internal dependencies
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/eslint-parser": "^7.16.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
Expand All @@ -34,7 +34,7 @@
"@babel/eslint-parser": "^7.16.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint": "^7.32.0 || ^8.4.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
Loading

0 comments on commit 0494303

Please sign in to comment.