Skip to content

Commit

Permalink
Fix formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Aug 27, 2024
1 parent ea84ac3 commit 845c307
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"check-errors": "tsc --noemit",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
"format-staged": "lint-staged",
"precommit": "no-master-commits -b main"
"format-staged": "lint-staged"
},
"peerDependencies": {},
"dependencies": {},
Expand All @@ -20,10 +19,10 @@
],
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write"
"prettier --write \"**/*.{ts,tsx}\""
],
"*.scss": [
"stylelint --fix"
"stylelint \"**/*.scss\" --fix"
]
}
}
}

0 comments on commit 845c307

Please sign in to comment.