From 639f11d509003f033ad1746de614d32935aec652 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 20 Aug 2018 18:17:22 -0700 Subject: [PATCH] i18n: add i18n 'type' for our commit message linting --- .cz-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.cz-config.js b/.cz-config.js index eb2ea425c407..61108b3bbd5e 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -13,6 +13,7 @@ module.exports = { {value: 'new_audit', name: 'new_audit: A new audit'}, {value: 'core', name: 'core: Driver, gather, (non-new) audits, LHR JSON, etc'}, {value: 'tests', name: 'tests: Tests, smokehouse, etc'}, + {value: 'i18n', name: 'i18n: Internationalization'}, {value: 'docs', name: 'docs: Documentation'}, {value: 'deps', name: 'deps: Dependency bumps only'}, {value: 'report', name: 'report: Report, UI, renderers'},