From 737344a72d23dc97b0d0e73cc4ab7fdffd0fbf49 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 14 May 2023 23:12:27 -0700 Subject: Merge in react app code From sluchajfun and youtube-heardle-template --- commitlint.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commitlint.config.js (limited to 'commitlint.config.js') diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..abaa943 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,6 @@ +module.exports = { + extends: ["@commitlint/config-conventional"], + rules: { + "scope-case": [0], + }, +}; -- cgit v1.2.3