Skip to content

Releases: quantizor/eslintify

3.1.0

Choose a tag to compare

@quantizor quantizor released this 14 Oct 20:16

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

3.0.0

Choose a tag to compare

@quantizor quantizor released this 18 Aug 14:47
  • 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

Choose a tag to compare

@quantizor quantizor released this 30 May 04:43

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

2.0.1

Choose a tag to compare

@quantizor quantizor released this 03 Mar 00:02
  • fix require path resolution of the default formatter

2.0.0

Choose a tag to compare

@quantizor quantizor released this 03 Mar 00:02

1.1.1

Choose a tag to compare

@quantizor quantizor released this 15 Jan 15:37

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

1.1.0

Choose a tag to compare

@quantizor quantizor released this 13 Jan 19:17
  • 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

Choose a tag to compare

@quantizor quantizor released this 29 Dec 06:13

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

1.0.0

Choose a tag to compare

@quantizor quantizor released this 22 Dec 19:04

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