mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
13 lines
276 B
JavaScript
13 lines
276 B
JavaScript
/*
|
|
* @Author: weisheng
|
|
* @Date: 2024-10-29 20:12:08
|
|
* @LastEditTime: 2024-10-29 20:12:20
|
|
* @LastEditors: weisheng
|
|
* @Description:
|
|
* @FilePath: \salary-calculator\commitlint.config.js
|
|
* 记得注释
|
|
*/
|
|
export default {
|
|
extends: ['@commitlint/config-conventional'],
|
|
}
|