Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit d306f71

Browse files
committed
Remove prettier script.
1 parent 88b8e0b commit d306f71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"editor.formatOnSave": true,
33
"editor.rulers": [80],
4-
"typescript.tsdk": "node_modules/typescript/lib"
4+
"typescript.tsdk": "node_modules/typescript/lib",
5+
"prettier.configPath": "prettier.config.js"
56
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"private": false,
1616
"scripts": {
1717
"build": "tsc",
18-
"clean": "rm -rf dist",
19-
"prettier:project": "prettier --write '**/*.{js,ts,tsx}'"
18+
"clean": "rm -rf dist"
2019
},
2120
"peerDependencies": {
2221
"react": "^16.8.1",

0 commit comments

Comments
 (0)