Skip to content

Commit

Permalink
feat: restart nuxt when eslint config file is changed (#86)
Browse files Browse the repository at this point in the history
* feat: restart nuxt when eslint config file is changed

* chore: watch .eslintignore

* fix: use `rootDir` instead of `srcDir`

* fix: config paths
  • Loading branch information
ricardogobbosouza committed May 18, 2023
1 parent ac48b72 commit 3d97838
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 1,609 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
},
"dependencies": {
"@nuxt/kit": "^3.3.1",
"chokidar": "^3.5.3",
"eslint-webpack-plugin": "^4.0.0",
"pathe": "^1.1.0",
"vite-plugin-eslint": "^1.8.1"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions playground/package.json

This file was deleted.

Loading

0 comments on commit 3d97838

Please sign in to comment.