Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caknoooo committed Dec 6, 2023
1 parent 85bd70d commit 99be66a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Available types are:
- revert → when reverting commits
- perf → Fixing something regarding performance (deriving state, using memo, callback)
- vercel → Blank commit to trigger vercel deployment. Ex: `vercel: trigger deployment`
- trigger → Using trigger actions
- trigger → Using trigger actions

### 2. Optional Scope

Expand Down
1 change: 0 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
'resources/**/*.{css,js}': ['prettier --write'],
'**/*.php': [
'php ./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.php --allow-risky=yes',
],
Expand Down

0 comments on commit 99be66a

Please sign in to comment.