vue-linters-config 0.3.17 → 0.3.18

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -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.18",
4
4
  "type": "module",
5
5
  "description": "Vue 3 linters config for eslint, prettier, stylelint",
6
6
  "author": "Aleksandr Dergunov <dergunovs@mail.ru>",