eslint-loader
Advanced tools
Changelog
0.8.0 - 2015-03-27
reporter
is now formatter
option to fit eslint nameChangelog
0.7.0 - 2015-03-15
failOnError
optionfailOnWarning
optionChangelog
0.6.0 - 2015-03-11
reporter
now automatically drop lines that contains the filename in
the reporter output.
That mean you can use official or community reporters without worrying to see
lot of lines with <text>
as filename :)Changelog
0.5.0 - 2015-03-11
emitErrors
is now emitError
webpack.emitError
or webpack.emitWarning
automatically (according to eslint configuration).
You can still override by using emitError
or emitWarning
options to override
this behavioremitWarning
can force eslint to report warning instead of the default
behavior (see above)quiet
option to hide warningsChangelog
0.4.0 - 2015-02-23
reporter
options allow to define a custom reporter functionChangelog
0.2.0 - 2015-01-23
.eslintrc
, or
package.json