Skip to content

Commit 962b1d6

Browse files
committedAug 8, 2018
refactor(options): remove ident from validation schema
1 parent 1f98aee commit 962b1d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/options.json

-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"exec": {
2323
"type": "boolean"
2424
},
25-
"ident": {
26-
"type": "string"
27-
},
2825
"parser": {
2926
"type": [ "string", "object" ]
3027
},
@@ -48,7 +45,6 @@
4845
"errorMessage": {
4946
"properties": {
5047
"exec": "should be {Boolean} (https://github.com/postcss/postcss-loader#exec)",
51-
"ident": "should be {String} (https://github.com/postcss/postcss-loader#plugins)",
5248
"config": "should be {Object} (https://github.com/postcss/postcss-loader#config)",
5349
"parser": "should be {String|Object} (https://github.com/postcss/postcss-loader#parser)",
5450
"syntax": "should be {String|Object} (https://github.com/postcss/postcss-loader#syntax)",

0 commit comments

Comments
 (0)
Please sign in to comment.