An issue where ESLint config is not able to load in an editor such as VSCode due to the nature of using a function for compiling the config and linting config not being able to be set. Despite this, linting worked and the issue was not affecting build runs.
Additional config is required for having ESLint running within the editor experience and a package.json needs to be configured using eslintConfig properties:
Description
An issue where ESLint config is not able to load in an editor such as VSCode due to the nature of using a function for compiling the config and linting config not being able to be set. Despite this, linting worked and the issue was not affecting build runs.
Additional config is required for having ESLint running within the editor experience and a
package.json
needs to be configured usingeslintConfig
properties:Change Log
eslint
config to not require function.