Skip to content

Commit

Permalink
fix: Remove svelte-prettier plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowtter committed Sep 2, 2023
1 parent 9883fe5 commit 81d35ae
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ repos:
stages: [commit]
additional_dependencies:
- prettier
- prettier-plugin-svelte
- svelte
5 changes: 1 addition & 4 deletions crispy-frontend/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
"singleQuote": false,
"tabWidth": 4,
"useTabs": true,
"printWidth": 120,
"svelteSortOrder": "options-styles-scripts-markup",
"svelteIndentScriptAndStyle": true,
"plugins": ["prettier-plugin-svelte"]
"printWidth": 120
}
1 change: 0 additions & 1 deletion crispy-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"dependencies": {
"axios": "^0.27.2",
"linkcube-svelte-components": "^1.0.4",
"prettier-plugin-svelte": "^2.9.0",
"sirv-cli": "^2.0.0",
"sswr": "^1.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion crispy-frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
5 changes: 0 additions & 5 deletions crispy-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,6 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2:
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

prettier-plugin-svelte@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-2.9.0.tgz#16cc7fa73fa96eaef48b44089753ac9f1f1175e5"
integrity sha512-3doBi5NO4IVgaNPtwewvrgPpqAcvNv0NwJNflr76PIGgi9nf1oguQV1Hpdm9TI2ALIQVn/9iIwLpBO5UcD2Jiw==

prettier@^2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632"
Expand Down

0 comments on commit 81d35ae

Please sign in to comment.