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
Right now it's impossible to lint some projects locally because lint will always fail if the project includes a node_modules directory, which the user can't and shouldn't edit.
Since a --ignore flag can't be added as it defeats the purpose of the tool, I believe some common directories and files should be ignored by default, such as the nodule_modules directory or the .DS_Store file on macOS.
The text was updated successfully, but these errors were encountered:
jamesponddotco
changed the title
lint should ignore "node_modules"
lint should ignore "node_modules" by default
Feb 1, 2025
Right now it's impossible to lint some projects locally because lint will always fail if the project includes a
node_modules
directory, which the user can't and shouldn't edit.Since a
--ignore
flag can't be added as it defeats the purpose of the tool, I believe some common directories and files should be ignored by default, such as thenodule_modules
directory or the.DS_Store
file on macOS.The text was updated successfully, but these errors were encountered: