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

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

Changed

  • BREAKING: Added new eslint rules:
    • Rule logical-assignment-operators from eslint v8.24.0. (#75)
    • Rules no-empty-static-block and no-new-native-nonconstructor from eslint v8.27.0.
      This also required updating env to es2022 and peerDependencies to
      "eslint": "^8.27.0". (#78)
  • BREAKING: Added new rules unicorn/no-unnecessary-await and unicorn/switch-case-braces
    from eslint-plugin-unicorn v44.0.0. (#77)
  • BREAKING: Moved from eslint-plugin-node to
    eslint-plugin-n as this is the currently
    maintained fork. The config remains name node-config, with no rule changes, but any rule
    disable statements will need to be update to reflect the new rule names
    (i.e. n/rule instead of node/rule). (#60)
  • Added new config for eslint-plugin-playwright, which can be added by
    "extends": ["@aarongoldenthal/eslint-config-standard/playwright-config"]. (#74)

Fixed

  • Updated to latest dependencies, including eslint-plugin-jest@27.1.5,
    eslint-plugin-jsdoc@39.6.2, eslint-plugin-sonarjs@0.16.0, eslint-plugin-unicorn@44.0.2.

Miscellaneous

  • Updated pipeline to have long-running jobs use GitLab shared medium sized runners. (#76)

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

NewReleases is sending notifications on new releases.