@dargmuesli/nuxt-vio 11.1.0 → 11.1.1

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.
@@ -6,14 +6,12 @@ import eslintPluginYml from 'eslint-plugin-yml'
6
6
  import globals from 'globals'
7
7
  import jiti from 'jiti'
8
8
 
9
- import withNuxt from './.nuxt/eslint.config.mjs'
10
-
11
9
  const moduleFileUrl = new URL(import.meta.url)
12
10
  // const compat = new FlatCompat({
13
11
  // baseDirectory: moduleFileUrl.pathname,
14
12
  // })
15
13
  const JITI = jiti(moduleFileUrl.pathname)
16
- const POLYFILLS = JITI('./utils/constants.ts').POLYFILLS
14
+ const POLYFILLS = JITI('../utils/constants.ts').POLYFILLS
17
15
 
18
16
  export const VIO_ESLINT_CONFIG = [
19
17
  ...vueI18n.configs['flat/recommended'],
@@ -79,5 +77,3 @@ export const VIO_ESLINT_CONFIG = [
79
77
  },
80
78
  }, // TODO: remove once `@intlify/eslint-plugin-vue-i18n` accounts for translation usage in composables]
81
79
  ]
82
-
83
- export default withNuxt(VIO_ESLINT_CONFIG)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -14,6 +14,7 @@
14
14
  },
15
15
  "packageManager": "pnpm@8.15.7",
16
16
  "files": [
17
+ ".config",
17
18
  "assets",
18
19
  "components",
19
20
  "composables",
@@ -27,7 +28,6 @@
27
28
  "utils",
28
29
  "app.config.ts",
29
30
  "error.vue",
30
- "eslint.config.js",
31
31
  "i18n.config.ts",
32
32
  "nuxt.config.ts",
33
33
  "playwright.config.ts",