Skip to content

Commit

Permalink
Merge pull request #461 from form8ion/renovate/master-major-remark
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 1, 2024
2 parents 23bd83e + 888eb80 commit 227aabd
Show file tree
Hide file tree
Showing 7 changed files with 7,501 additions and 10,619 deletions.
1 change: 0 additions & 1 deletion .commitlintrc.cjs

This file was deleted.

5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@form8ion"
]
}
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm test
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
plugins: [
remarkGithubFlavoredMarkdown,
remarkPresetLintRecommended,
[remarkLintListItemIndent, 'space'],
[remarkLintListItemIndent, 'one'],
remarkLintNoTabs,
remarkLintFinalDefinition,
remarkValidateLinks,
Expand Down
Loading

0 comments on commit 227aabd

Please sign in to comment.