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
I am using gulp-eslint
I have a repo that has mostly js files but some that are applicable as node.js files (I think).
If I use the above eslintrc then js files produce the following error as soon as I run the gulp task for linting: Parsing error: Cannot read property 'ecmaFeatures' of undefined
This is fixed by me removing "@springernature/eslint-config/node" from eslintrc
The text was updated successfully, but these errors were encountered:
I have:
I am using
gulp-eslint
I have a repo that has mostly js files but some that are applicable as node.js files (I think).
If I use the above eslintrc then js files produce the following error as soon as I run the gulp task for linting:
Parsing error: Cannot read property 'ecmaFeatures' of undefined
This is fixed by me removing
"@springernature/eslint-config/node"
from eslintrcThe text was updated successfully, but these errors were encountered: