mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"name": "@workspace/commitlint-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "base.js",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.6.1",
|
|
"commitlint": "^19.6.1",
|
|
"commitlint-config-gitmoji": "^2.3.1"
|
|
}
|
|
}
|