Commit 28da7fcb56b595ee8f5f981aa26d530c0f28a116

Authored by Geremia Taglialatela
1 parent b7d21a66

Update stylelint configuration

Showing 1 changed file with 3 additions and 3 deletions
... ... @@ -251,7 +251,7 @@
251 251 "fill",
252 252 "stroke"
253 253 ],
254   - "property-no-vendor-prefix": null,
  254 + "property-no-vendor-prefix": true,
255 255 "rule-empty-line-before": ["always", {
256 256 "except": ["first-nested"],
257 257 "ignore": ["after-comment"]
... ... @@ -272,7 +272,7 @@
272 272 "selector-max-type": 5,
273 273 "selector-max-universal": 1,
274 274 "selector-no-qualifying-type": null,
275   - "selector-no-vendor-prefix": null,
  275 + "selector-no-vendor-prefix": true,
276 276 "selector-type-no-unknown": [true, {
277 277 "ignoreTypes": [
278 278 "/^md-/",
... ... @@ -287,6 +287,6 @@
287 287 "value-list-comma-newline-after": "always-multi-line",
288 288 "value-list-comma-newline-before": "never-multi-line",
289 289 "value-list-comma-space-after": "always-single-line",
290   - "value-no-vendor-prefix": null
  290 + "value-no-vendor-prefix": true
291 291 }
292 292 }
... ...