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 May 2, 2022. It is now read-only.
Describe the bug
When running a watch, with a fresh theme scaffold, after updating the /includes/blocks/block-editor to import the example-block, the runtime will throw a slew of eslint errors.
Steps to Reproduce
Create a new theme scaffold
Open 'includes/blocks/block-editor.js' and uncomment the line that imports example-block-1
Run 'npm run start'
Run 'npm run watch'
Notice the eslint errors that are tracking to node_module directories
NOTE: I don't have any global configurations going on. So if there are any global settings on your machine, it might not produce this same result.
Expected behavior
node_modules should be ignored from our .eslintignore configuration so the errors are only focused within the theme