diff options
| author | Fuwn <[email protected]> | 2022-03-07 21:26:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-07 21:26:48 -0800 |
| commit | 332849c65d54cc877384f5e32d4c8c97c71b29dc (patch) | |
| tree | f7d8def979c5a1f3ca3a86dcb6a20ddae340709a /commitlint.config.js | |
| parent | fix(utils): user agent ban? (diff) | |
| download | api-worker-332849c65d54cc877384f5e32d4c8c97c71b29dc.tar.xz api-worker-332849c65d54cc877384f5e32d4c8c97c71b29dc.zip | |
chore: remove fluff
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", - // ], - // ], - // }, -}; |