Skip to content

Commit 6f03f64

Browse files
committed
feat: support ESLint 8.x
BREAKING CHANGE: Requires eslint-plugin-import@^2.24.2
1 parent 5fa4b59 commit 6f03f64

File tree

3 files changed

+1024
-1160
lines changed

3 files changed

+1024
-1160
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)