diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:17:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:17:19 +0000 |
| commit | 378baec7cf1ffc08a3c27391c906adb2b98ce5fb (patch) | |
| tree | cb19b08a612ea5a956f9e3eda983e774c24a2f39 /commitlint.config.js | |
| parent | fix: bump rust and update accordingly (diff) | |
| download | archived-whirl-378baec7cf1ffc08a3c27391c906adb2b98ce5fb.tar.xz archived-whirl-378baec7cf1ffc08a3c27391c906adb2b98ce5fb.zip | |
chore: remove unused
Diffstat (limited to 'commitlint.config.js')
| -rw-r--r-- | commitlint.config.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index dccf9fa..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - extends: ["@commitlint/config-conventional"], - // rules: { - // "scope-enum": [ - // 2, - // "always", - // [ - // "global", - // ], - // ], - // }, -}; |