You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
Keeping track of eslint deps ESLint8 support status
TS ecosystem is nearly ready, JS is still lagging
Already support ESLint8 and safe/tested versions:
eslint-plugin-vue-> 7.20.0eslint-plugin-import-> 2.25.1eslint-config-prettier-> 8.3.0@typescript-eslint/*-> 5.2.0Support still missing:
eslint-webpack-plugin: the support PR has already been merged yesterday, not released yet (feat: support eslint 8 webpack/eslint-webpack-plugin#121)eslint-config-standard: work in progress (feat: support eslint v8 standard/eslint-config-standard#193)eslint-plugin-node: should work, but there's some regressions (Support ESLint 8.x mysticatea/eslint-plugin-node#294)eslint-plugin-promise: work in progress (feat: support ESLint 8.x eslint-community/eslint-plugin-promise#219)eslint-config-airbnb-base: no support right now (eslint v8 support airbnb/javascript#2478)