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
The new readme point to the differences between the versions:
eslint.options: options to configure how ESLint is started using the ESLint class API. (If you use ESLint < v7, it will be used as an option for CLI Engine.) Defaults to an empty option bag
This is a minor issue, but the documentation is incorrect once eslint8 lands.
Install https://github.com/microsoft/vscode-eslint/releases/tag/release%2F2.1.24-Insider and eslint8.
configFile was removed and we're supposed to use overrideConfigFile.
Only appears to be a documentation issue on https://github.com/microsoft/vscode-eslint/blob/f90802225e6180b12c51e742bed8f002d29a13d8/README.md
The text was updated successfully, but these errors were encountered: