Skip to content

Commit

Permalink
refactor(eslint): Use eslint-plugin-n (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 5, 2024
1 parent dfb054d commit b9dddfd
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 530 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,17 @@
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-unicorn": "^54.0.0",
"globals": "^15.6.0",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-n": "^17.9.0",
"globals": "^15.8.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^5.0.0",
"minimist": "^1.2.8",
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.2",
"simple-git": "^3.25.0",
"typescript-eslint": "^7.14.1",
"typescript-eslint": "^7.15.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -105,12 +104,12 @@
"@types/v8flags": "^3.1.3",
"eslint": "^8.57.0",
"jsdom": "^24.1.0",
"nx": "^19.3.2",
"nx": "^19.4.0",
"prettier": "^3.3.2",
"publint": "^0.2.8",
"type-fest": "^4.20.1",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"type-fest": "^4.21.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit b9dddfd

Please sign in to comment.