vue-linters-config 0.3.4 → 0.3.5

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -225,7 +225,7 @@ const e = {
225
225
  }
226
226
  ]
227
227
  }
228
- }, { prettier: t } = {
228
+ }, t = {
229
229
  bracketSpacing: !0,
230
230
  jsxSingleQuote: !0,
231
231
  printWidth: 120,
@@ -235,7 +235,7 @@ const e = {
235
235
  trailingComma: "es5",
236
236
  useTabs: !1,
237
237
  bracketSameLine: !1
238
- }, { stylelint: n } = {
238
+ }, n = {
239
239
  plugins: ["stylelint-prettier"],
240
240
  extends: [
241
241
  "stylelint-config-recommended-scss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "description": "Vue 3 linters config for eslint, prettier, stylelint",
6
6
  "author": "Aleksandr Dergunov <dergunovs@mail.ru>",