@frabbit/eslint-config 1.5.5 → 1.5.6

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.
package/dist/index.cjs CHANGED
@@ -1255,7 +1255,7 @@ var vue = [
1255
1255
  },
1256
1256
  ...reactivityTransform,
1257
1257
  {
1258
- files: [GLOB_NUXT_PAGE, GLOB_NUXT_LAYOUTS],
1258
+ files: [GLOB_NUXT_PAGE, GLOB_NUXT_LAYOUTS, "app.vue"],
1259
1259
  rules: {
1260
1260
  "vue/multi-word-component-names": "off"
1261
1261
  }
package/dist/index.js CHANGED
@@ -1150,7 +1150,7 @@ var vue = [
1150
1150
  },
1151
1151
  ...reactivityTransform,
1152
1152
  {
1153
- files: [GLOB_NUXT_PAGE, GLOB_NUXT_LAYOUTS],
1153
+ files: [GLOB_NUXT_PAGE, GLOB_NUXT_LAYOUTS, "app.vue"],
1154
1154
  rules: {
1155
1155
  "vue/multi-word-component-names": "off"
1156
1156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frabbit/eslint-config",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "packageManager": "npm@9.6.7",
5
5
  "description": "ESLint config for @frabbit.",
6
6
  "type": "module",