vue-linters-config 0.3.17 → 0.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -328,7 +328,7 @@ const t = {
328
328
  "5rem"
329
329
  ],
330
330
  "font-weight": ["$font-weight", "300", "400", "500", "700"],
331
- "line-height": ["1", "1.2", "1.3", "1.4", "1.5", "2"],
331
+ "line-height": ["0.8", "0.9", "1", "1.2", "1.3", "1.4", "1.5", "2"],
332
332
  color: ["/^var/", "/^v-bind/", "unset"],
333
333
  "background-color": ["/^var/", "/^v-bind/", "unset"],
334
334
  "border-color": ["/^var/", "/^v-bind/", "unset"]
@@ -353,7 +353,6 @@ const t = {
353
353
  "unit-allowed-list": ["px", "rem", "%", "vh", "dvh", "vw", "dvw", "ms", "deg", "fr"],
354
354
  "value-keyword-case": ["lower", { ignoreFunctions: ["v-bind"] }],
355
355
  "function-name-case": ["lower", { ignoreFunctions: ["v-bind"] }],
356
- "keyframes-name-pattern": "/^[a-z][a-zA-Z0-9]+$/",
357
356
  "media-feature-name-value-no-unknown": !0,
358
357
  "selector-max-compound-selectors": 4,
359
358
  "selector-max-specificity": "0,7,0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "type": "module",
5
5
  "description": "Vue 3 linters config for eslint, prettier, stylelint",
6
6
  "author": "Aleksandr Dergunov <dergunovs@mail.ru>",