Skip to content

Commit

Permalink
chore(): fix indent size
Browse files Browse the repository at this point in the history
  • Loading branch information
misaon committed Mar 2, 2023
1 parent 30a1af4 commit 48a240b
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 209 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"scripts": {
"build": "unbuild",
"dev": "vitest dev",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs .",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepack": "pnpm run build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage"
Expand All @@ -33,7 +33,8 @@
"@vitest/coverage-c8": "^0.29.1",
"changelogen": "^0.4.1",
"eslint": "^8.34.0",
"eslint-config-misaon": "^0.0.3",
"eslint-config-misaon": "^0.0.4",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vitest": "^0.29.1"
Expand Down
16 changes: 12 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48a240b

Please sign in to comment.