Skip to content

Commit

Permalink
chore: remove prettier (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming authored Sep 26, 2024
1 parent 01325ee commit cedbabc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc

This file was deleted.

1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"npm.packageManager": "pnpm",
"prettier.enable": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.tabSize": 2,
Expand Down
6 changes: 2 additions & 4 deletions packages/fluent-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"dev": "vite",
"build": "vite build && pnpm build:theme && node scripts/pre-release.js",
"build:theme": "vite build --config vite.config.theme.ts",
"test": "jest",
"format": "prettier './{src,test}/**/*.{js,ts,tsx,vue}' --write"
"test": "jest"
},
"peerDependencies": {
"quill": "^2.0.0"
Expand All @@ -50,7 +49,6 @@
"highlight.js": "^10.2.0",
"html2canvas": "^1.4.1",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"sass": "^1.47.0",
"shelljs": "^0.8.4",
"ts-jest": "^26.5.6",
Expand All @@ -61,4 +59,4 @@
"dependencies": {
"lodash-es": "^4.17.15"
}
}
}
10 changes: 0 additions & 10 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 cedbabc

Please sign in to comment.