Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Releases: liferay/eslint-config-liferay

v21.1.0

07 May 11:24
Compare
Choose a tag to compare

v21.1.0 (2020-05-07)

Full changelog

🆕 Features

v21.0.0

29 Apr 15:38
Compare
Choose a tag to compare

v21.0.0 (2020-04-29)

Full changelog

💥 Breaking changes

  • feat!: require blank lines before and after line comments (#170)
  • feat!: enforce standard formatting for deprecation annotations (#175)

🆕 Features

  • feat!: require blank lines before and after line comments (#170)
  • feat!: enforce standard formatting for deprecation annotations (#175)

💅 Style

  • style: apply autofixes (#177)

v20.0.1

03 Apr 14:19
Compare
Choose a tag to compare

v20.0.1 (2020-04-03)

Full changelog

🔧 Bug fixes

  • fix(import-extensions): handle exports without sources (#168)

v20.0.0

03 Apr 13:37
Compare
Choose a tag to compare

v20.0.0 (2020-03-27)

Full changelog

🆕 Features

  • feat: teach "liferay/import-extensions" to check re-exports as well (#165)

🔧 Bug fixes

  • fix(no-explicit-extend): avoid whitespace damage (#162)

📖 Documentation

  • docs: update CHANGELOG with new version of liferay-changelog-generator (#156)

🤹‍♀️ Refactoring

  • refactor: migrate from Travis CI to GitHub actions (#167)

v19.0.2

02 Mar 11:10
Compare
Choose a tag to compare

v19.0.2 (2020-02-24)

Full changelog

🔧 Bug fixes

  • fix: don't break when using @typescript-eslint/parser (#153)
  • fix(meta): make globs work on Windows (#147)

🏠 Chores

  • chore: update for compliance with current Outbound Licensing Policy (#151)

eslint-plugin-liferay/v0.0.1

19 Feb 14:48
Compare
Choose a tag to compare

eslint-plugin-liferay/v0.0.1 (2020-02-19)

  • chore: prepare eslint-plugin-liferay/v0.0.1

v19.0.1

10 Feb 14:07
Compare
Choose a tag to compare

v19.0.1 (2020-02-10)

Full changelog

  • fix: make sort-import-destructures work with long lists (#146)

v19.0.0

10 Feb 13:21
Compare
Choose a tag to compare

v19.0.0 (2020-02-10)

Full changelog

  • feat!: add sort-import-destructures rule (#145)
  • feat!: add array-is-array rule (#144)
  • feat!: enforce blank line before return statements (#143)
  • feat!: activate "curly" rule (#142)

v18.0.0

31 Jan 11:22
Compare
Choose a tag to compare

v18.0.0 (2020-01-31)

Full changelog

  • feat!: add import-extensions rule (#138)
  • chore: update Jest to v25.1.0 (#136)

v17.0.0

22 Jan 14:04
Compare
Choose a tag to compare

v17.0.0 (2020-01-20)

Full changelog

  • feat!: add no-loader-import-specifier rule (#122) (#133)