@codingame/commitlint-config-codingame
Advanced tools
Comparing version 1.1.0 to 1.1.1
/// <reference path="../src/config-conventionnal.d.ts" /> | ||
import * as conventionalConfig from '@commitlint/config-conventional'; | ||
declare const config: typeof conventionalConfig; | ||
export = config; | ||
export default config; |
@@ -1,31 +0,4 @@ | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
const conventionalConfig = __importStar(require("@commitlint/config-conventional")); | ||
const semantic_release_rules_1 = __importDefault(require("@codingame/semantic-release-rules")); | ||
const typeEnum = semantic_release_rules_1.default.map((rule) => rule.type); | ||
import * as conventionalConfig from '@commitlint/config-conventional'; | ||
import releaseRules from '@codingame/semantic-release-rules'; | ||
const typeEnum = releaseRules.map((rule) => rule.type); | ||
const config = { | ||
@@ -38,2 +11,2 @@ ...conventionalConfig, | ||
}; | ||
module.exports = config; | ||
export default config; |
{ | ||
"name": "@codingame/commitlint-config-codingame", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Default configuration for commit lint at CodinGame", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "tsc" |
Yes
1353
15