We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1dbf8 commit 92ccc4bCopy full SHA for 92ccc4b
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
run: |
110
npm run test
111
112
- # Load src/index.js to check for syntax errors.
+ # Load src/index.mjs to check for syntax errors.
113
# This is because for some reason the exit code does not become 1 in Node.js 12.
114
# See https://github.com/eslint-community/eslint-utils/pull/253
115
node src/index.mjs
0 commit comments