Skip to content

Commit

Permalink
refactor: update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 14, 2022
1 parent 78c5af3 commit 8b44f93
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 235 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": [
"@nuxtjs/eslint-config-typescript"
]
"eslint-config-unjs"
],
"rules": {
"unicorn/prevent-abbreviations": 0
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - UnJS
Copyright (c) Pooya Parsa <pooya@pi0.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "latest",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "latest",
"expect-type": "latest",
"standard-version": "latest",
"typescript": "latest",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.27.0",
"eslint-config-unjs": "^0.0.2",
"expect-type": "^0.15.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"
"vitest": "^0.25.2"
},
"packageManager": "pnpm@7.13.5"
}

0 comments on commit 8b44f93

Please sign in to comment.