Commit graph

5 commits

Author SHA1 Message Date
Álvaro Mondéjar fd8f577447
Migrate Husky to v9 (#10403) 2024-02-06 17:47:53 +01:00
Álvaro Mondéjar 08453ebe48
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 09:11:50 +00:00
LitoMore c9979810a4
Fix pre-commit behavior (#9611) 2023-09-25 09:35:47 +01:00
Sachin Raja 2c33bf3ea0
fix: make .husky/pre-commit executable (#6787) 2021-10-28 16:29:05 -07:00
Eric Cornelissen e0df400494
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 21:13:10 +02:00