no-empty-description
does not detected when in the same line happens also the no-exclusive-tests
#363
Labels
no-empty-description
does not detected when in the same line happens also the no-exclusive-tests
#363
Hello, I found an issue when Im running
npx eslint Test-1.test.js
in the test case.The issue is that in the same lines breaks two rules but in console prints only the one rule.
My System Specs
Node: v18.17.0
eslint: v8.57.1
slint-plugin-mocha: v10.5.0
Reproduce Steps
it.only("", async function () { ... });
npx eslint Test-1.test.js
Output
`
So the question is should find both rules in one line ?
Has anyone identify this behaviour ?
Thank you!
The text was updated successfully, but these errors were encountered: