Releases: seek-oss/eslint-config-seek
Releases · seek-oss/eslint-config-seek
v11.3.0
Minor Changes
- Extend
react/jsx-runtime, since we are now using the JSX transform (#118)
Patch Changes
v11.2.1
Patch Changes
-
Remove autofix for custom
unsafe-to-chain-commandrule (#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.
v11.2.0
v11.1.3
v11.1.2
Patch Changes
- Replace
eslint-plugin-cypresswith the@finsit/eslint-plugin-cypressfork that supports ESLint v8. (#106)
Consumers that were overridingcypress/*rules will need to override@finsit/cypress/*rules instead.
v11.1.1
v11.1.0
Minor Changes
-
Export extensions linted by the config (#101)
They are now available under the
/extensionsentry point:const { js, ts } = require('eslint-config-seek/extensions'); // js: ['js', 'cjs', 'mjs', 'jsx'] // ts: ['ts', 'cts', 'mts', 'tsx']
Patch Changes
- Fix resolution of
@babel/preset-react(#100)