-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
846 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
// @ts-check | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default antfu( | ||
{ | ||
ignores: [ | ||
// eslint ignore globs here | ||
], | ||
}, | ||
{ | ||
rules: { | ||
// overrides | ||
}, | ||
}, | ||
) | ||
export default antfu() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "pkg-placeholder", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"packageManager": "pnpm@9.1.1", | ||
"packageManager": "pnpm@9.4.0", | ||
"description": "_description_", | ||
"author": "Anthony Fu <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -48,20 +48,20 @@ | |
"prepare": "simple-git-hooks" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.18.1", | ||
"@antfu/eslint-config": "^2.22.0-beta.2", | ||
"@antfu/ni": "^0.21.12", | ||
"@antfu/utils": "^0.7.8", | ||
"@types/node": "^20.12.12", | ||
"@antfu/utils": "^0.7.10", | ||
"@types/node": "^20.14.10", | ||
"bumpp": "^9.4.1", | ||
"eslint": "^9.3.0", | ||
"eslint": "^9.6.0", | ||
"esno": "^4.7.0", | ||
"lint-staged": "^15.2.2", | ||
"pnpm": "^9.1.1", | ||
"rimraf": "^5.0.7", | ||
"lint-staged": "^15.2.7", | ||
"pnpm": "^9.4.0", | ||
"rimraf": "^5.0.8", | ||
"simple-git-hooks": "^2.11.1", | ||
"typescript": "^5.4.5", | ||
"typescript": "^5.5.3", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.2.11", | ||
"vite": "^5.3.3", | ||
"vitest": "^1.6.0" | ||
}, | ||
"simple-git-hooks": { | ||
|
Oops, something went wrong.