Skip to content

v11.1.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 02 May 01:47
· 172 commits to master since this release
c1fe123

Minor Changes

  • 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']

Patch Changes

  • Fix resolution of @babel/preset-react (#100)