Skip to content

Commit

Permalink
fix: use config
Browse files Browse the repository at this point in the history
Signed-off-by: Tharun T <[email protected]>
  • Loading branch information
dottharun committed Jul 19, 2024
1 parent 7b49c6b commit 9d3c7f8
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 @@ -18,8 +18,8 @@
"serve": "gatsby serve",
"lint": "eslint --fix .",
"checklint": "eslint .",
"format": "prettier . --write",
"format:check": "prettier . --check",
"format": "prettier --write . --config ./.prettierrc",
"format:check": "prettier --check . --config ./.prettierrc",
"pretest": "eslint --ignore-path .gitignore .",
"preload-fonts": "gatsby-preload-fonts",
"deploy": "gatsby build && gh-pages -d public -b master",
Expand Down

0 comments on commit 9d3c7f8

Please sign in to comment.