diff options
| author | Fuwn <[email protected]> | 2021-08-05 14:58:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-05 14:58:14 -0700 |
| commit | dd23053911d411377c09b8e1e77815428f2953ae (patch) | |
| tree | cbbd14a43814f8cdb1804bd7e0250ed8e34e3239 /commitlint.config.js | |
| parent | fix(resume): grammar errors (diff) | |
| download | resume-md-dd23053911d411377c09b8e1e77815428f2953ae.tar.xz resume-md-dd23053911d411377c09b8e1e77815428f2953ae.zip | |
fix(global): 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", - // ], - // ], - // }, -}; |