Skip to content

Commit

Permalink
release: 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoguiec committed Mar 9, 2024
1 parent 055ef36 commit 859b744
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 705 deletions.
3 changes: 1 addition & 2 deletions index.spec.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import linter from '@commitlint/lint';
import lint from '@commitlint/lint';

import config from './index.cjs';

const lint = linter.default;
const { rules, parserPreset } = config;

expect.extend({
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gcoguiec/commitlint-config",
"version": "1.0.6",
"version": "1.0.8",
"description": "gcoguiec's commitlint config",
"author": "Guillaume 'Yugo' Coguiec <[email protected]> (https://github.com/gcoguiec/)",
"license": "BSD-2-Clause",
Expand Down Expand Up @@ -34,19 +34,19 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/lint": "^18.4.2",
"@gcoguiec/eslint-config-base": "^1.0.7",
"cspell": "^8.0.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/lint": "^19.0.3",
"@gcoguiec/eslint-config-base": "^1.0.8",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"devEngines": {
"node": ">=21"
Expand Down
Loading

0 comments on commit 859b744

Please sign in to comment.