mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import type { UserConfig } from '@commitlint/types';
|
|
|
|
const Configuration: UserConfig = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|
|
|
|
export default Configuration;
|