This website requires JavaScript.
Explore
Help
Sign In
Mibew
/
simple-icons
Watch
1
Star
0
Fork
0
You've already forked simple-icons
mirror of
https://github.com/Mibew/simple-icons.git
synced
2024-11-16 10:24:12 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
125e09a78c
simple-icons
/
.husky
/
pre-commit
6 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setup prettier (#6758) * Add prettier as a dependency * Add format command and configure prettier I opted for single quotes to be in line with other simple-icons projects I ignore the data file because changing its formatting is quite a bit of trouble for all open PRs. * Run prettier * Replace all functions by arrow functions * Move prettier configuration to config file Move it to a file so editors (and other software) can pick up on the configuration. I went with .js because (a) it allows for comments and (2) it seems most of the config files are in JavaScript already. * Add prettier --check when running npm run lint (This adds it to the CI as well) * Add husky and format changes before committing * Use object destructuring for imports consistently * Add shebang and fileoverview to jsonlint.js
2021-10-25 22:13:10 +03:00
#!/bin/sh
. "$(dirname $0)/_/husky.sh"
npm run format
Use `git add -u` in pre-commit hook and fix assign-to-project GHA workflow (#9817) * Example commit * Fix error in CI
2023-11-06 12:11:50 +03:00
git add -u
Reference in New Issue
Copy Permalink