eslint-config-get-off-my-lawn

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.

MIT License

Downloads
12.2K
Stars
55
Committers
7

Bot releases are visible (Hide)

eslint-config-get-off-my-lawn - 6.0.0 Release

Published by manovotny over 3 years ago

Breaking

  • New rules were added, which could potentially break builds.
  • Requires node 10 or higher.
  • Requires eslint 7.22.0 or higher.

Added

Changed

Fixed

Removed

eslint-config-get-off-my-lawn - 6.0.0-beta.6 Release

Published by manovotny over 3 years ago

Added

Changed

  • Changes rule options.

Removed

  • Removes plugins.
    • eslint-plugin-babel
      • It was replaced with @babel/eslint-plugin, but the rules it's meant to override are not configurable in the same way. For example, the @babel/new-cap rule does not have a capIsNewExceptions option like the base eslint rule.
  • Removes rules.

Changeset

v6.0.0-beta.5...v6.0.0-beta.6

eslint-config-get-off-my-lawn - 6.0.0-beta.5 Release

Published by manovotny over 3 years ago

Fixed

Changeset

v6.0.0-beta.4...v6.0.0-beta.5

eslint-config-get-off-my-lawn - 6.0.0-beta.4 Release

Published by manovotny over 3 years ago

Breaking

  • Requires eslint 7.21.0 or higher.

Removed

  • Removes fix for sporadic eslint couldn't find the plugin errors (error was caused by local linking).

Changeset

v6.0.0-beta.3...v6.0.0-beta.4

eslint-config-get-off-my-lawn - 6.0.0-beta.3 Release

Published by manovotny over 3 years ago

Added

Fixed

  • Fixes sporadic eslint couldn't find the plugin errors (see https://github.com/eslint/eslint/issues/3458 for more information).
  • Fixes jest typo in package.json discovery which caused issues with enabling jest related rules.

Changeset

v6.0.0-beta.2...v6.0.0-beta.3

eslint-config-get-off-my-lawn - 6.0.0-beta.2 Release

Published by manovotny over 3 years ago

Added

Removed

Changeset

v6.0.0-beta.1...v6.0.0-beta.2

eslint-config-get-off-my-lawn - 6.0.0-beta.1 Release

Published by manovotny over 3 years ago

Breaking

  • New rules were added, which could potentially break builds.
  • Requires node 10 or higher.
  • Requires eslint 7.20.0 or higher.

Added

Changed

Removed

Changeset

v5.0.1...v6.0.0-beta.1

eslint-config-get-off-my-lawn - 5.0.1 Release

Published by manovotny about 5 years ago

Fixed

  • Fixes React version check. (#122)

Removed

Changeset

v5.0.0...v5.0.1

eslint-config-get-off-my-lawn - 5.0.0 Release

Published by manovotny about 5 years ago

Breaking

  • New rules were added, which could potentially break builds.
  • Requires eslint 6.2.1 or newer.

Added

Changed

Removed

Changeset

v4.0.1...v5.0.0

eslint-config-get-off-my-lawn - 5.0.0-beta.8 Release

Published by manovotny about 5 years ago

Breaking

  • Requires eslint 6.2.1 or newer.

Added

Changed

  • Changes ecmaVersion from 2019 to 2020.

Changeset

v5.0.0-beta.7...v5.0.0-beta.8

eslint-config-get-off-my-lawn - 5.0.0-beta.7 Release

Published by manovotny about 5 years ago

Added

Changed

Removed

Changeset

v5.0.0-beta.6...v5.0.0-beta.7

eslint-config-get-off-my-lawn - 5.0.0-beta.6 Release

Published by manovotny about 5 years ago

eslint-config-get-off-my-lawn - 5.0.0-beta.5 Release

Published by manovotny about 5 years ago

eslint-config-get-off-my-lawn - 5.0.0-beta.4 Release

Published by manovotny about 5 years ago

eslint-config-get-off-my-lawn - 5.0.0-beta.3 Release

Published by manovotny about 5 years ago

eslint-config-get-off-my-lawn - 5.0.0-beta.2 Release

Published by manovotny about 5 years ago

Added

Changed

  • Dynamically enables / disables plugins (and thus rules) based on package.json dependencies.
  • Changes rule options.

Removed

Changeset

v5.0.0-beta.1...v5.0.0-beta.2

eslint-config-get-off-my-lawn - 5.0.0-beta.1 Release

Published by manovotny about 5 years ago

Breaking

  • Requires eslint 5.16.0 or newer.

Added

Changed

  • Changes ecmaVersion from 2018 to 2019.
  • Changes rule options.

Removed

Changeset

v4.0.1...v5.0.0-beta.1

eslint-config-get-off-my-lawn - 4.0.1 Release

Published by manovotny over 6 years ago

Added

  • Adds documentation on how to use with prettier. (#93)
  • Adds documentation on how to enable additional rules, override rule options, or disable rules. (#96)

Changed

  • Updates eslint-plugin-eslint-comments to latest version. (#97)

Changeset

v4.0.0...v4.0.1

eslint-config-get-off-my-lawn - 4.0.0 Release

Published by manovotny over 6 years ago