vue-linters-config 0.3.18 → 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 -1
  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"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.3.18",
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>",