molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

describe.only is not being detected #85

Closed googol7 closed 2 years ago

googol7 commented 2 years ago

Currently this is being used: https://github.com/molindo/eslint-config-molindo/blob/master/cypress.js

This could be used: https://www.npmjs.com/package/eslint-plugin-no-only-tests

amannn commented 2 years ago

True, good point!

This should be fixed with https://github.com/molindo/eslint-config-molindo/pull/84. You can try the prerelease eslint-config-molindo@6.0.0-alpha.6 if you like, a stable release should be ready soon.

Please note that ESLint 8 is required now.