Skip to content

Commit

Permalink
chore: setup prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kagankan committed Aug 25, 2024
1 parent a322887 commit 3d42ffd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '../.prettierrc.mjs';
import config from '@markuplint-dev/prettier-config';

export default {
...config,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@iconify-json/heroicons-solid": "1.1.12",
"@iconify-json/majesticons": "1.1.12",
"@markuplint-dev/eslint-config": "^1.0.1",
"@markuplint-dev/prettier-config": "^1.0.1",
"@markuplint/jsx-parser": "4.7.5",
"@markuplint/react-spec": "4.5.5",
"@playwright/test": "1.46.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,13 @@
eslint-plugin-sort-class-members "1.20.0"
eslint-plugin-unicorn "51.0.1"

"@markuplint-dev/prettier-config@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@markuplint-dev/prettier-config/-/prettier-config-1.0.1.tgz#41fc5dc9c9a46c998718eb13ae789f93d8f4a827"
integrity sha512-27+a8q2s7xftPrCR/pghlFJz0V6FUMtl8wsqMipsVr54YhxwMT039M4p400/FRHDbhparH8XV3bJ+guQFYjaMA==
dependencies:
prettier "3.2.5"

"@markuplint/[email protected]":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@markuplint/cli-utils/-/cli-utils-4.4.3.tgz#93769c4726c7d87aded7625b111f74f2c61c2674"
Expand Down Expand Up @@ -4928,6 +4935,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz#93e524d3c30f3fb45dc9e99de985b2a584ff063f"
integrity sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==

[email protected]:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

[email protected]:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
Expand Down

0 comments on commit 3d42ffd

Please sign in to comment.