Bump eslint to 8.6.0 (#2922)

babel-eslint is deprecated and should be replaced with @babel/eslint-parser

Co-authored-by: Simon Hammes <simonhammes@users.noreply.github.com>
This commit is contained in:
Simon
2022-01-02 22:25:21 +01:00
committed by GitHub
parent 339e718806
commit 0eeda78340
3 changed files with 77 additions and 57 deletions

View File

@@ -22,11 +22,12 @@
"test": "npm run lint"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@roots/bud": "^5.0.0",
"@roots/sage": "^5.0.0",
"@wordpress/browserslist-config": "4.1.0",
"autoprefixer": "^10.4.1",
"eslint": "7.32.0",
"eslint": "8.6.0",
"postcss": "8.4.5",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",