Skip to content

Commit 64c0585

Browse files
committed
update eslint config
1 parent 8a90769 commit 64c0585

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"package.json",
2020
"postcss.config.js",
2121
"tailwind.config.js",
22-
"src/shared/lib/vendor/",
23-
"src/.eslintrc.json"
22+
"src/shared/lib/vendor/"
2423
],
2524
"parserOptions": {
2625
"project": "./tsconfig.json",

nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ export default defineNuxtConfig({
3232
dir: {
3333
static: 'src/static',
3434
},
35-
imports: {
36-
dirs: [
37-
'composables/**'
38-
]
39-
},
4035
postcss: {
4136
plugins: {
4237
tailwindcss: {},

tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json",
3-
"include": [
4-
"src/**/*.vue",
5-
".nuxt/nuxt.d.ts",
6-
".nuxt/.config/nuxt.*",
7-
".nuxt/**/*",
8-
".nuxt/node_modules/@nuxtjs/tailwindcss/runtime",
9-
".nuxt/node_modules/@pinia/nuxt/runtime",
10-
".nuxt/node_modules/@nuxt/devtools/runtime",
11-
".nuxt/node_modules/@nuxt/telemetry/runtime",
12-
".nuxt"
13-
]
2+
"extends": "./.nuxt/tsconfig.json"
143
}

0 commit comments

Comments
 (0)