Skip to content

Commit

Permalink
chore: update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2023
1 parent 25191b9 commit a8c95c5
Show file tree
Hide file tree
Showing 6 changed files with 399 additions and 769 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"eslint-config-unjs"
]
"extends": ["eslint-config-unjs"],
"rules": {
"@typescript-eslint/no-non-null-assertion": 0
}
}
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,26 @@
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"lint": "eslint --ext .ts . && prettier -c src test",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"defu": "^6.1.1",
"defu": "^6.1.2",
"destr": "^1.2.2",
"flat": "^5.0.2"
},
"devDependencies": {
"@types/flat": "^5.0.2",
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.27.2",
"@vitest/coverage-c8": "^0.28.1",
"changelogen": "^0.4.1",
"eslint": "^8.32.0",
"eslint-config-unjs": "^0.0.3",
"standard-version": "^9.5.0",
"eslint-config-unjs": "^0.1.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"unbuild": "^1.1.1",
"vitest": "^0.27.2"
"vitest": "^0.28.1"
},
"packageManager": "pnpm@7.25.0"
}
Loading

0 comments on commit a8c95c5

Please sign in to comment.