formatter
to receive string (path) to file exporting formatter function by @TimereslintPath
for formatter (by @lmnsg in #195)eslintPath
option so you can provide your own eslint path.
(#183 - @trungdq88)loader-utils
deprecation warning by upgrading to v1.0.0
(#155 - @fknussel)failOnError
and failOnWarning
now print messages.fix
option to enable ESLint auto fix feature.reporter
is now formatter
option to fit eslint namefailOnError
optionfailOnWarning
optionreporter
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 :)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 warningsreporter
options allow to define a custom reporter function.eslintrc
, or
package.json
✨ Initial release