Sean Larkin
aa8d01bf8d
refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot ( #3636 )
...
* refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot
* This change allows for buildin to now be part of the lint test by addition of an extra .eslintrc file which extends existing but sets es6 to false
* Turned on no-unused-vars for eslint, and then removed all warnings from turning that feature on
* Was getting notified of errors in "quote" property in eslintrc, so changed to correct value from error to 2.
* beautify
* swap invalid eslint config val
2016-12-30 09:43:49 -06:00
Tobias Koppers
4e3ef7a952
beautify
2016-12-14 12:28:10 +01:00
Tobias Koppers
3c1086303f
Improve validation errors
2016-12-14 11:34:57 +01:00
Diogo Franco (Kovensky)
d5a7cf39bb
Update code to pass lint
2016-11-21 09:08:54 +09:00
Kees Kluskens
c8fd638036
Fix validation schema accepting invalid values when `instanceof` is used
2016-11-03 23:52:59 +01:00
Kostas Manionis
36b7f21b92
Fix plugin typos in options validation
2016-09-28 13:54:46 +03:00
Tobias Koppers
f18989c712
add number for schema info
2016-09-22 23:35:33 +02:00
Tobias Koppers
db68334c32
added a note about applying the LoaderOptionsPlugin only for some modules
2016-09-21 11:26:46 +02:00
Tobias Koppers
9f9144e6f8
added another custom error message for the debug property
2016-09-21 09:24:00 +02:00
Tobias Koppers
7f31a49581
special error message for custom properties in configuration
2016-09-20 20:18:52 +02:00
Tobias Koppers
2ea3b597e6
say ... for objects with additionalProperties
2016-09-20 19:54:14 +02:00
Tobias Koppers
8c3d97d933
add test
...
better error messages
validate array
more options in schema
stricter schema
fix some old configs
2016-09-19 00:54:35 +02:00
Gajus Kuizinas
9e0a95e48b
fix: improve error phrasing
2016-09-17 20:22:59 +01:00
Gajus Kuizinas
91e36407ac
feat: define WebpackOptionsValidationError
2016-09-17 20:21:07 +01:00