Skip to content

Releases: TheReasonable/eslint-config

v0.6.0

08 May 13:11
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changed

  • BREAKING: GitHub Packages version no longer available
  • BREAKING: stopped supporting Node.js v10
  • POTENTIALLY BREAKING: licence changed to BSD-3-Clause

v0.5.1...v0.6.0

v0.5.1

08 May 12:48
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Changed

  • BREAKING: quotes are now forced to be double rather than single
  • BREAKING: project is now a part of The Reasonable
  • reasons for rules are now moved to index.js

v0.4.0...v0.5.1

v0.4.0

23 Mar 10:10
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changed

  • licence changed to ISC
    • this doesn't pose any changes for people using, contributing, and/or modifying the code

v0.3.0...v0.4.0

v0.3.0

21 Dec 15:56
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Rules:
    • array-bracket-newline
    • camelcase
    • complexity
    • curly
    • dot-location
    • dot-notation
    • for-direction
    • linebreak-style
    • no-implicit-coercion
    • semi-spacing
    • wrap-iife
  • CHANGELOG.md

v0.2.0...v0.3.0

v0.2.0

20 Dec 21:34
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Rules:
    • comma-dangle
    • eol-last
    • eqeqeq
    • indent
    • no-extra-semi
    • no-trailing-spaces
    • quotes

v0.1.1...v0.2.0

v0.1.1

20 Dec 19:47
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Initial release.

Added

  • semi-always rule

72fd5e9...v0.1.1