We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ident
1 parent 1f98aee commit 962b1d6Copy full SHA for 962b1d6
src/options.json
@@ -22,9 +22,6 @@
22
"exec": {
23
"type": "boolean"
24
},
25
- "ident": {
26
- "type": "string"
27
- },
28
"parser": {
29
"type": [ "string", "object" ]
30
@@ -48,7 +45,6 @@
48
45
"errorMessage": {
49
46
"properties": {
50
47
"exec": "should be {Boolean} (https://github.com/postcss/postcss-loader#exec)",
51
- "ident": "should be {String} (https://github.com/postcss/postcss-loader#plugins)",
52
"config": "should be {Object} (https://github.com/postcss/postcss-loader#config)",
53
"parser": "should be {String|Object} (https://github.com/postcss/postcss-loader#parser)",
54
"syntax": "should be {String|Object} (https://github.com/postcss/postcss-loader#syntax)",
0 commit comments