Skip to content

Commit 9eb5477

Browse files
committed
chore(commitlint): swapped the form8ion config for the dsmjs one
1 parent 8b92223 commit 9eb5477

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.commitlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@form8ion']};
1+
module.exports = {extends: ['dsmjs']};

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"devDependencies": {
2424
"@dsmjs/babel-preset": "1.0.105",
2525
"@dsmjs/eslint-config": "1.0.103",
26-
"@form8ion/commitlint-config": "^1.0.6",
2726
"@form8ion/remark-lint-preset": "^4.0.0",
2827
"ban-sensitive-files": "^1.9.2",
28+
"commitlint-config-dsmjs": "1.0.41",
2929
"cz-conventional-changelog": "^3.0.2",
3030
"husky": "8.0.1",
3131
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)