Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 10, 2023
1 parent 7e67d71 commit 6855243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
],
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts . && prettier -c src",
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test",
"typecheck": "tsc --noEmit",
"prepack": "unbuild",
"release": "pnpm test && changelogen --release && pnpm publish && git push --follow-tags",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/npm/consola.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import mock from "../mock/proxy";

export const consola = mock.__createMock__("consola", {
...console,
})
});

export default consola;

0 comments on commit 6855243

Please sign in to comment.