@dargmuesli/nuxt-vio 11.1.0 → 11.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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('
|
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.
|
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",
|