Skip to content

Commit

Permalink
fix annoying --config .prettierrc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 7, 2021
1 parent 4932e7c commit 8186a50
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 @@ -119,10 +119,10 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
"prettier --config .prettierrc --write"
],
"*.{md,mdx}": [
"prettier --write"
"prettier --config .prettierrc --write"
]
},
"engines": {
Expand Down

0 comments on commit 8186a50

Please sign in to comment.