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

v4.2.0

08 Jul 07:23
Compare
Choose a tag to compare

v4.2.0 (2019-07-08)

Full changelog

  • feat: make notice/notice plugin work in liferay-portal projects (#49)

v4.1.1

27 Jun 13:14
Compare
Choose a tag to compare

v4.1.1 (2019-06-27)

Full changelog

  • fix(no-it-should): anchor "should" pattern to start of string (#48)
  • docs: correct rule name in README.md (#47)
  • docs: add CONTRIBUTING.md (#46)

v4.1.0

27 Jun 10:34
Compare
Choose a tag to compare

v4.1.0 (2019-06-27)

Full changelog

  • docs: add a disclaimer about ESLint coverage in liferay-portal (#45)
  • feat: add liferay-portal/no-side-navigation rule (#44)
  • feat: add liferay/no-it-should rule (#43)

v4.0.0

20 Jun 16:33
Compare
Choose a tag to compare

v4.0.0 (2019-06-20)

Full changelog

  • feat: add "react" variant (#42)
  • chore: remove liferayportal plugin (#40) (#41)

v3.0.0

05 Mar 09:06
Compare
Choose a tag to compare

v3.0.0 (2019-03-05)

Full Changelog

Implemented enhancements:

  • Set up Travis CI #32

Closed issues:

  • Tweak rules and plug-ins based on experience integrating into other projects #33

Merged pull requests:

  • Tweak rules and plug-ins based on experience integrating into other projects (#33) #35 (wincent)
  • Set up Travis CI (#32) #34 (wincent)

v3.0.0-rc.0

04 Mar 09:21
Compare
Choose a tag to compare

v3.0.0-rc.0 (2019-03-04)

Full Changelog

Implemented enhancements:

  • Replace opaque 0, 1, 2 in config with transparent "off", "warn", "error" #23
  • Add no-only-tests plug-in and rule #20
  • Add no-unused-expressions rule to the default set #19
  • Use Prettier #16
  • Use eslint-config-liferay to lint itself #13
  • Switch to Yarn #11

Fixed bugs:

  • Fix pre-existing lints inside eslint-config-liferay #27
  • Don't autocreate .eslintrc when .eslintrc.js already exists #10

Closed issues:

  • Sync with latest changes from liferay/clay #25
  • Evaluate continued use of eslint-config-google #18
  • Add missing license headers to files #17
  • Remove outdated .editorconfig #14
  • Update ESLint dependency #12
  • Move this repo to liferay org #9

Merged pull requests: