Skip to content

Commit

Permalink
bump: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 13, 2024
1 parent 81e8230 commit 72c6d48
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 195 deletions.
19 changes: 0 additions & 19 deletions .prettierrc.cjs

This file was deleted.

31 changes: 31 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* @type {import('prettier').Options}
*/
export default {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: false,
trailingComma: "none",
bracketSpacing: true,
bracketSameLine: true,
plugins: ["@ianvs/prettier-plugin-sort-imports"],
importOrder: [
"<BUILTIN_MODULES>", // Node.js built-in modules
"<THIRD_PARTY_MODULES>", // Imports not matched by other special words or groups.
"", // Empty line
"^@plasmo/(.*)$",
"",
"^@plasmohq/(.*)$",
"",
"^@plasmo-static-common/(.*)$",
"",
"^~(.*)$",
"",
"^[./]",
"",
"__plasmo_import_module__",
"__plasmo_mount_content_script__"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vp": "pnpm --filter \"./packages/**\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"esbuild": "0.24.0",
"prettier": "3.3.3",
"turbo": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/bms
Submodule bms updated 1 files
+0 −18 .prettierrc.cjs
2 changes: 1 addition & 1 deletion packages/chrome-webstore-api
2 changes: 1 addition & 1 deletion packages/edge-addons-api
2 changes: 1 addition & 1 deletion packages/mozilla-addons-api
2 changes: 1 addition & 1 deletion packages/safari-webstore-api
Loading

0 comments on commit 72c6d48

Please sign in to comment.