Skip to content

Commit

Permalink
feat: support ESLint 8.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node@>=12.13
BREAKING CHANGE: Requires ESLint@^7.0.0 || ^8.0.0-0
BREAKING CHANGE: Requires eslint-plugin-import@^2.24.2
  • Loading branch information
MichaelDeBoey committed Sep 6, 2021
1 parent 5fa4b59 commit e94417b
Show file tree
Hide file tree
Showing 3 changed files with 1,024 additions and 1,160 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _In your .eslintrc.js || .yml || .json add ..._
```js
// Add to your .eslintrc

"extends": "webpack"
"extends": "@webpack-contrib/eslint-config-webpack"
```

<h2 align="center">Maintainers</h2>
Expand Down

0 comments on commit e94417b

Please sign in to comment.