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
Saving a commit message should work without any issue.
Current Behavior
Attempting to save a commit message will result in the following error being thrown:
/<REPO_ROOT>/node_modules/@commitlint/config-nx-scopes/index.js:1
import {RuleConfigSeverity} from '@commitlint/types';
^^^^^^
SyntaxError: Cannot use import statement outside a module
Expected Behavior
Saving a commit message should work without any issue.
Current Behavior
Attempting to save a commit message will result in the following error being thrown:
Affected packages
Possible Solution
No response
Steps to Reproduce
Set up commitlint for nx:
yarn commitment --edit
and notice that the commitlint CLI throws the aforementioned errorContext
No response
commitlint --version
@commitlint/cli@18.5.0
git --version
v2.41.0
node --version
v18.18.2
The text was updated successfully, but these errors were encountered: