Releases: quantizor/eslintify
Releases · quantizor/eslintify
3.1.0
7ef68dd Update license year
dd15e54 Deprecate "continuous" mode, introduce "passthrough" flag
3.0.0
- 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
Add quiet mode via --quiet
flag (b203e9c) The implementation exactly matches how ESLint handles this behavior in their CLI.
2.0.1
- fix require path resolution of the default formatter
1.1.1
fix: assign output of Array.prototype.concat() (15d2fac)
1.1.0
- 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
Fixed checking for files that only end with certain JS-relevant extensions.
1.0.0
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