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
As soon as some files are staged the npm run lint-staged command throws following error:
ReferenceError: module is not defined in ES module scope
This file is being treated as an ES module because it has a '.js' file extension and 'vue-template/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
The text was updated successfully, but these errors were encountered:
As soon as some files are staged the
npm run lint-staged
command throws following error:The text was updated successfully, but these errors were encountered: