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 .eslintignore file is in the root of the project. eslint cli is installed in the workspace and works as expected running node_modules/.bin/eslint . but the VSC extension keeps linting all directories including the ignored once and even node_modules!
.eslintignore
public/*
build/*
The text was updated successfully, but these errors were encountered:
I can reproduce this. With the fix I did now an .eslintignore file in the build directory is honored but not a single global one anymore. Need to investigate.
The
.eslintignore
file is in the root of the project.eslint
cli is installed in the workspace and works as expected runningnode_modules/.bin/eslint .
but the VSC extension keeps linting all directories including the ignored once and even node_modules!.eslintignore
The text was updated successfully, but these errors were encountered: