Skip to content

Commit

Permalink
Update @nuxt/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Oct 29, 2024
1 parent 413f413 commit b4c9f4e
Show file tree
Hide file tree
Showing 6 changed files with 792 additions and 1,658 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'

export default createConfigForNuxt()
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint .",
"lint": "eslint --fix .",
"test": "vitest run",
"test:watch": "vitest watch"
},
Expand All @@ -35,16 +35,13 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.5.0",
"@nuxt/test-utils": "^3.5.0",
"@types/node": "^18",
"changelogen": "^0.5.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint": "^9.13.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nuxt": "^3.5.0",
Expand Down
Loading

0 comments on commit b4c9f4e

Please sign in to comment.