Skip to content

Commit

Permalink
refactor(options): remove ident from validation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Aug 8, 2018
1 parent 1f98aee commit 962b1d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/options.json
Expand Up @@ -22,9 +22,6 @@
"exec": {
"type": "boolean"
},
"ident": {
"type": "string"
},
"parser": {
"type": [ "string", "object" ]
},
Expand All @@ -48,7 +45,6 @@
"errorMessage": {
"properties": {
"exec": "should be {Boolean} (https://github.com/postcss/postcss-loader#exec)",
"ident": "should be {String} (https://github.com/postcss/postcss-loader#plugins)",
"config": "should be {Object} (https://github.com/postcss/postcss-loader#config)",
"parser": "should be {String|Object} (https://github.com/postcss/postcss-loader#parser)",
"syntax": "should be {String|Object} (https://github.com/postcss/postcss-loader#syntax)",
Expand Down

0 comments on commit 962b1d6

Please sign in to comment.