From 0740b857c6b7004c29dd8ff119a248fecc2040fd Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 2 Apr 2022 19:13:54 +0800 Subject: [PATCH] build(deps): disables the rule `body-max-line-length` --- .commitlintrc.json | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) create mode 100644 .commitlintrc.json diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..9f49e06 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,5 @@ +{ + "rules": { + "body-max-line-length": [0, "always"] + } +} diff --git a/.gitignore b/.gitignore index ca4c7b4..a0d71a8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !.nojekyll !.travis.yml !.husky +!.commitlintrc.json # bundler cache _site