1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-25 07:01:11 +02:00

build: fix config files

This commit is contained in:
BcRikko
2018-12-05 19:35:16 +09:00
parent 3ec9ab1976
commit 75436bcad4
6 changed files with 703 additions and 21 deletions

8
commitlint.config.js Normal file
View File

@@ -0,0 +1,8 @@
/* eslint-env node */
module.exports = {
extends: ['@commitlint/config-conventional'],
// Add your own rules. See http://marionebl.github.io/commitlint
rules: {},
};