Skip to content

Releases: quantizor/eslintify

3.1.0

14 Oct 20:16
Compare
Choose a tag to compare

7ef68dd Update license year
dd15e54 Deprecate "continuous" mode, introduce "passthrough" flag

3.0.0

18 Aug 14:47
Compare
Choose a tag to compare
  • Introduce --quiet-ignored flag (94a7a35) This flag is an alternative to --quiet, which suppresses all warnings, rather than just "ignored files".
  • eslint 3.x (8e758b9)

2.1.0

30 May 04:43
Compare
Choose a tag to compare

Add quiet mode via --quiet flag (b203e9c) The implementation exactly matches how ESLint handles this behavior in their CLI.

2.0.1

03 Mar 00:02
Compare
Choose a tag to compare
  • fix require path resolution of the default formatter

2.0.0

03 Mar 00:02
Compare
Choose a tag to compare

1.1.1

15 Jan 15:37
Compare
Choose a tag to compare

fix: assign output of Array.prototype.concat() (15d2fac)

1.1.0

13 Jan 19:17
Compare
Choose a tag to compare
  • Enhancement: allow inclusion of non-(js|jsx|es6) files via opts.extensions or the --extension CLI flag (cde7aed)
  • Fix: now properly shows warnings (3d89b01)

1.0.1

29 Dec 06:13
Compare
Choose a tag to compare

Fixed checking for files that only end with certain JS-relevant extensions.

1.0.0

22 Dec 19:04
Compare
Choose a tag to compare

Breaking Change: eslintify now breaks the build by default on detected errors

  • added "continuous" mode, which will not emit an error event if desired (and subsequently not break the build); see README
  • locked down modules to current semver targets for safety