Skip to content

Commit 0418fb8

Browse files
authored
Merge pull request #35 from manchenkoff/dependabot/npm_and_yarn/nuxt/eslint-config-0.6.0
chore(deps-dev): bump @nuxt/eslint-config from 0.5.7 to 0.6.0
2 parents 90d8ce1 + a4716a5 commit 0418fb8

File tree

3 files changed

+126
-68
lines changed

3 files changed

+126
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nuxt/devtools": "^1.4.1",
50-
"@nuxt/eslint-config": "^0.5.4",
50+
"@nuxt/eslint-config": "^0.6.0",
5151
"@nuxt/module-builder": "^0.8.3",
5252
"@nuxt/schema": "^3.13.0",
5353
"@nuxt/test-utils": "^3.14.1",

playground/nuxt.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
export default defineNuxtConfig({
2+
modules: ['../src/module'],
23
devtools: { enabled: true },
34
compatibilityDate: '2024-07-03',
45

5-
modules: ['../src/module'],
6-
76
echo: {
87
key: '9iaau1cgc7iqdt6ee97m',
98
scheme: 'http',

0 commit comments

Comments
 (0)