This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module.exports = {
54
54
}
55
55
```
56
56
57
- [ [email protected] has breaking changes
] ( https://github.com/webpack/webpack/releases ) .
57
+ [ [email protected] has breaking changes
] ( https://github.com/webpack/webpack/releases ) .
58
58
` preLoaders ` is removed from the webpack^2.1.0-beta.23. so move it to ` loaders ` and using [ enforce: "pre"] instead.
59
59
60
60
``` js
@@ -260,6 +260,14 @@ will fail the build. No matter what error settings are used for `eslint-loader`.
260
260
So if you want to see ESLint warnings in console during development using ` WebpackDevServer `
261
261
remove ` NoErrorsPlugin ` from webpack config.
262
262
263
+ ### Defining ` configFile ` or using ` eslint -c path/.eslintrc `
264
+
265
+ Bear in mind that when you define ` configFile ` , ` eslint ` doesn't automatically look for
266
+ ` .eslintrc ` files in the directory of the file to be linted. More information is available
267
+ in official eslint documentation in section [ _ Using Configuration Files_ ] ( http://eslint.org/docs/user-guide/configuring#using-configuration-files ) .
268
+
269
+ Related issues: [ #129 ] ( https://github.com/MoOx/eslint-loader/issues/129 ) .
270
+
263
271
## [ Changelog] ( CHANGELOG.md )
264
272
265
273
## [ License] ( LICENSE )
You can’t perform that action at this time.
0 commit comments