File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,20 @@ You can also configure how errors are reported using linter settings.
216216
217217The following lint options are supported:
218218
219+ #### validProperties
220+ ```
221+ ["property1", "property2", ....]
222+ ```
223+
224+ List of properties that are treated as valid.
225+
226+ #### unknownProperties
227+ ```
228+ "ignore" | "warning" | "error"
229+ ```
230+
231+ Should unknown properties show an error or warning? Default is ` "warning" ` .
232+
219233#### compatibleVendorPrefixes
220234```
221235"ignore" | "warning" | "error"
@@ -293,13 +307,6 @@ Hex colors must consist of three or six hex numbers. Default is `"error"`.
293307
294308Invalid number of parameters. Default is ` "error" ` .
295309
296- #### unknownProperties
297- ```
298- "ignore" | "warning" | "error"
299- ```
300-
301- Unknown property. Default is ` "warning" ` .
302-
303310#### ieHack
304311```
305312"ignore" | "warning" | "error"
You can’t perform that action at this time.
0 commit comments