1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 13:48:13 +01:00

build: Add Commitizen

Forcing contributors to use Commitizen to format their commit messages will make our lives much
simpler, especially once we've added `semantic-release`.
This commit is contained in:
Trezy 2018-11-30 16:43:13 -06:00 committed by BcRikko
parent 8ad90aaf31
commit 8412aa2bc4
4 changed files with 7798 additions and 1099 deletions

View File

@ -6,8 +6,7 @@
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。
[![Gitter][gitter-badge]][gitter]
[![Gitter][gitter-badge]][gitter] [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## Install

View File

@ -6,8 +6,7 @@
NES.css is a **NES-style(8bit-like)** CSS Framework.
[![Gitter][gitter-badge]][gitter]
[![Gitter][gitter-badge]][gitter] [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## Install

8885
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,6 +40,7 @@
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.0.0",
"lint-staged": "^7.3.0",
"node-sass": "^4.9.3",
@ -94,5 +95,10 @@
},
"eslintConfig": {
"extends": "airbnb-base"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}