Skip to content

Commit 3d97838

Browse files
feat: restart nuxt when eslint config file is changed (#86)
* feat: restart nuxt when eslint config file is changed * chore: watch .eslintignore * fix: use `rootDir` instead of `srcDir` * fix: config paths
1 parent ac48b72 commit 3d97838

File tree

5 files changed

+859
-1609
lines changed

5 files changed

+859
-1609
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
},
3333
"dependencies": {
3434
"@nuxt/kit": "^3.3.1",
35+
"chokidar": "^3.5.3",
3536
"eslint-webpack-plugin": "^4.0.0",
37+
"pathe": "^1.1.0",
3638
"vite-plugin-eslint": "^1.8.1"
3739
},
3840
"devDependencies": {

playground/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)