eslint-config-seek
Advanced tools
Changelog
11.2.1
Remove autofix for custom unsafe-to-chain-command
rule (#115)
The autofix for this rule didn't exactly adhere to the recommendation in the cypress docs, and would've required additional complexity and user-configuration to do so, so the decision was made to remove it.
Changelog
11.1.2
Replace eslint-plugin-cypress
with the @finsit/eslint-plugin-cypress
fork that supports ESLint v8. (#106)
Consumers that were overriding cypress/*
rules will need to override @finsit/cypress/*
rules instead.