Skip to content

Commit

Permalink
chore: add css to formatted extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 1, 2023
1 parent d9d0f54 commit 11be40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "nx run-many --target=build",
"lint": "nx run-many --target=lint",
"type:check": "nx run-many --target=type:check",
"format": "prettier \"**/*.{astro,ts,cjs,json,md,yml,yaml}\" --write --ignore-path ./.gitignore --ignore-path ./.prettierignore",
"format:check": "prettier \"**/*.{astro,ts,cjs,json,md,yml,yaml}\" --check --ignore-path ./.gitignore --ignore-path ./.prettierignore"
"format": "prettier \"**/*.{astro,ts,cjs,css,json,md,yml,yaml}\" --write --ignore-path ./.gitignore --ignore-path ./.prettierignore",
"format:check": "prettier \"**/*.{astro,ts,cjs,css,json,md,yml,yaml}\" --check --ignore-path ./.gitignore --ignore-path ./.prettierignore"
},
"devDependencies": {
"@nix6839/prettier-config": "1.0.8",
Expand Down

0 comments on commit 11be40a

Please sign in to comment.