diff --git a/commitlint.config.js b/commitlint.config.js index f960dc3a..b1b6d9e1 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -18,7 +18,7 @@ module.exports = { 'revert', // Hoàn tác commit trước đó ], ], - 'type-case': [2, 'always', 'lower'], + 'type-case': [2, 'always', 'lower-case'], 'type-empty': [2, 'never'], 'subject-empty': [2, 'never'], 'subject-full-stop': [2, 'never', '.'], diff --git a/src/app/favicon.ico b/src/app/favicon.ico deleted file mode 100644 index 718d6fea..00000000 Binary files a/src/app/favicon.ico and /dev/null differ