Skip to content

Commit 3b0cdc0

Browse files
committed
feat: support ESLint 8.x
BREAKING CHANGE: Requires Node@>=12.13 BREAKING CHANGE: Requires ESLint@^7.0.0 || ^8.0.0 BREAKING CHANGE: Requires eslint-plugin-import@^2.25.0
1 parent 5fa4b59 commit 3b0cdc0

File tree

3 files changed

+1236
-1280
lines changed

3 files changed

+1236
-1280
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _In your .eslintrc.js || .yml || .json add ..._
3232
```js
3333
// Add to your .eslintrc
3434

35-
"extends": "webpack"
35+
"extends": "@webpack-contrib/eslint-config-webpack"
3636
```
3737

3838
<h2 align="center">Maintainers</h2>

0 commit comments

Comments
 (0)