♻️ refactor(core): Restructure project for better module separation
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* A shared CommitLint configuration for the repository.
|
||||
*
|
||||
* @type {import("commitlint").Config}
|
||||
* */
|
||||
module.exports = {
|
||||
$schema: 'https://json.schemastore.org/commitlintrc',
|
||||
extends: ['gitmoji'],
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "@repo/commitlint-config",
|
||||
"name": "@workspace/commitlint-config",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"main": "base.js",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.6.0",
|
||||
"commitlint": "^19.6.0",
|
||||
"@commitlint/cli": "^19.6.1",
|
||||
"commitlint": "^19.6.1",
|
||||
"commitlint-config-gitmoji": "^2.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user