gitlab gitlab-ci-utils/eslint-config-standard 23.0.0

latest releases: 48.0.1, 48.0.0, 47.0.0...
3 years ago

Changed

  • BREAKING: Added new rules to playwright-config as errors: expect-expect,
    no-nested-step, no-networkidle, no-nth-methods, no-useless-await,
    prefer-to-contain, and prefer-web-first-assertions.
  • BREAKING: Changed jsdoc-config rule no-defaults to error for any
    contexts. (#103)
  • BREAKING: Added new rule imports-as-dependencies to jsdoc-config. (#102)
  • BREAKING: Moved all eslint plugins and configurations to peerDependencies
    since all active Node versions now include npm versions that install then by
    default. This is only BREAKING if they are not installed (e.g. using yarn or
    npm install --legacy-peer-deps), and in that case they must all be added to
    the project. (#82)
    • Updated yarn tests to automatically install peerDependencies.
  • BREAKING: Updated to eslint-plugin-unicorn@48.0.0, which removed rule
    no-unsafe-regex and chaged the behavior of several rules (see the
    release notes).
    (!501)

Fixed

  • Updated to latest plugins, including eslint-plugin-jest@27.2.3,
    eslint-plugin-jsdoc@46.4.4, eslint-plugin-n@16.0.1,
    eslint-plugin-playwright@0.15.3, and eslint-plugin-unicorn@48.0.0.

Miscellaneous

  • Updated to latest default config for Renovate v36.

Don't miss a new eslint-config-standard release

NewReleases is sending notifications on new releases.