mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 02:26:14 +08:00
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
/**
|
|
* commitlint config
|
|
* @ref http://commitlint.js.org/
|
|
* @desc generated at 9/15/2022, 12:52:11 PM by streakingman-cli@1.9.2
|
|
*/
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|