vue-linters-config 0.5.0 → 0.5.2

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47,7 +47,8 @@ const i = {
47
47
  "**/storybook-static/",
48
48
  "**/node_modules/",
49
49
  "**/package-lock.json",
50
- "**/android/"
50
+ "**/android/",
51
+ "**/.storybook/"
51
52
  ]
52
53
  }, a = {
53
54
  settings: {
@@ -236,6 +237,7 @@ const i = {
236
237
  "sonarjs/no-invariant-returns": "off",
237
238
  "sonarjs/pseudo-random": "off",
238
239
  "sonarjs/no-misleading-array-reverse": "off",
240
+ "sonarjs/function-return-type": "off",
239
241
  "unicorn/prevent-abbreviations": "off",
240
242
  "unicorn/no-null": "off",
241
243
  "unicorn/filename-case": ["error", { cases: { camelCase: !0, pascalCase: !0 } }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "Vue 3 linters config for eslint, prettier, stylelint",
6
6
  "author": "Aleksandr Dergunov <dergunovs@mail.ru>",