eslint-config-sku
Advanced tools
Changelog
12.0.0
Bump up typescript-eslint monorepo to ^6.0.0. (#125)
This requires eslint 7+.
This change also includes a number of rule changes to the default configuration. Read the release notes for more information.
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.
Changelog
11.1.0
Export extensions linted by the config (#101)
They are now available under the /extensions
entry point:
const { js, ts } = require('eslint-config-seek/extensions');
// js: ['js', 'cjs', 'mjs', 'jsx']
// ts: ['ts', 'cts', 'mts', 'tsx']
@babel/preset-react
(#100)