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
An alternative for the config files might be to turn off the import/extensions warning for @clutch-sh/tools. For example:
/Users/jpeach/work/clutch/workflows/software/.eslintrc.js
1:28 error Unexpected use of file extension "js" for "@clutch-sh/tools/.eslintrc.js" import/extensions
/Users/jpeach/work/clutch/workflows/software/babel.config.js
1:26 error Unexpected use of file extension "js" for "@clutch-sh/tools/babel.config.js" import/extensions
Description
In a workflow module, running "yarn run lint" emits spurious errors because too many files are checked.
Expected Behavior
Excluding config and dist files seems to work better, for example:
The text was updated successfully, but these errors were encountered: