Skip to content

Commit

Permalink
#120 Update prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jan 17, 2024
1 parent 6210c54 commit aa2bd2e
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 120 deletions.
16 changes: 16 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"arrowParens": "always",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"semi": true,
"importOrder": [
"css$",
"<THIRD_PARTY_MODULES>",
"^@(components|directives|services|models|utils|/)(.*)$",
"<THIRD_PARTY_TS_TYPES>",
"<TS_TYPES>^@(components|directives|services|models|utils|/)(.*)$"
],
"importOrderSortSpecifiers": true
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@storybook/builder-vite": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3-vite": "^7.6.4",
"@trivago/prettier-plugin-sort-imports": "4.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^18.14.2",
"@types/proj4": "^2.5.2",
"@types/tinymce": "^4.6.6",
Expand All @@ -103,17 +103,17 @@
"chromatic": "^6.17.3",
"cypress": "^13.2.0",
"cypress-watch-and-reload": "^1.10.6",
"eslint": "^8.34.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vue": "^9.11.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"prettier": "^2.8.4",
"prettier": "^3.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.4.0",
Expand Down
12 changes: 0 additions & 12 deletions prettierrc.yaml

This file was deleted.

Loading

0 comments on commit aa2bd2e

Please sign in to comment.