Skip to content

Commit 868a5c3

Browse files
feat: custom error messages
1 parent 063dd2d commit 868a5c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/options.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
"type": "number"
1515
}
1616
},
17+
"errorMessages": {
18+
"url": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#url)",
19+
"import": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#import)",
20+
"sourceMap": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#sourcemap)",
21+
"importLoaders": "should be {Number} (https://github.com/webpack-contrib/css-loader#importloaders)"
22+
},
1723
"additionalProperties": false
1824
}

0 commit comments

Comments
 (0)