Skip to content

Commit

Permalink
✨ feat: Add lint alias
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Dec 7, 2023
1 parent 3f05308 commit f94c480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extending existing configuration.
| 📚 | 📖, 📝 | `docs` | `doc` | patch || 📚 Documentation | 50 |
| 🧪 | ✅, 🚦 | `test` | `tests` | patch || 🧪 Tests | 60 |
| ♻️ | 🦄 | `refactor` | | patch || 🧰 Other Commits | 70 |
| 💄 | 🎨, 🌈 | `style` | `cleanup`, `format` | patch || 🧰 Other Commits | 71 |
| 💄 | 🎨, 🌈 | `style` | `cleanup`, `format`, `lint` | patch || 🧰 Other Commits | 71 |
| 🔧 | ⚙️, 🏗, ⬆️ | `chore` | `chores`, `deps`, `build`, `ci` | patch || 🧰 Other Commits | 72 |
| 🚀 | | `release` | | patch | | | 1000 |

Expand Down
2 changes: 1 addition & 1 deletion src/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
emoji: '💄',
emojiAliases: ['🎨', '🌈'],
type: 'style',
typeAliases: ['cleanup', 'format'],
typeAliases: ['cleanup', 'format', 'lint'],
bump: 'patch',
inChangelog: true,
heading: '🧰 Other Commits',
Expand Down

0 comments on commit f94c480

Please sign in to comment.