Skip to content

Commit

Permalink
chore: use web-configs prettier settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle committed Jun 4, 2022
1 parent 68bc0c5 commit 727332e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"build:js:es": "tsc --project tsconfig.es.json",
"build:js:umd": "rollup -c",
"build:js": "pnpm build:js:cjs && pnpm build:js:es && pnpm build:js:umd",
"prettier": "prettier --write 'src/**/*.ts' '__test__/**/*.ts'",
"prebuild": "rimraf lib/ && rimraf dist/ && rimraf es/",
"build": "pnpm build:js"
},
Expand All @@ -57,6 +58,7 @@
"@types/node": "^17.0.39",
"@types/ramda": "^0.28.13",
"@web-configs/eslint-plugin": "^0.3.0",
"@web-configs/prettier": "^0.1.1",
"eslint": "^8.16.0",
"fuse.js": "^6.6.2",
"jest": "^28.1.0",
Expand All @@ -68,5 +70,6 @@
"tslib": "^2.4.0",
"tsx": "^3.4.2",
"typescript": "^4.7.2"
}
},
"prettier": "@web-configs/prettier"
}
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 727332e

Please sign in to comment.