Skip to content

Commit

Permalink
chore: include all files for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 12, 2023
1 parent a85ee21 commit af3ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"stylelint": "stylelint '**/*.{less,css}' --config package.json",
"lint": "eslint .",
"cspell": "cspell --relative --dot --gitignore .",
"prettier": "prettier !package-lock.json '**/*.{svg,yml,js,ts,html,md,less,scss,css,json}' --ignore-path .gitignore",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.spec.json",
"*** Build **": "",
"build:demo": "nx build demo",
Expand Down

0 comments on commit af3ef6c

Please sign in to comment.