mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-06 22:46:31 +02: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:
@@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。
|
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。
|
||||||
|
|
||||||
|
[![Gitter][gitter-badge]][gitter] [](http://commitizen.github.io/cz-cli/)
|
||||||
[![Gitter][gitter-badge]][gitter]
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
@@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
NES.css is a **NES-style(8bit-like)** CSS Framework.
|
NES.css is a **NES-style(8bit-like)** CSS Framework.
|
||||||
|
|
||||||
|
[![Gitter][gitter-badge]][gitter] [](http://commitizen.github.io/cz-cli/)
|
||||||
[![Gitter][gitter-badge]][gitter]
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
8885
package-lock.json
generated
8885
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -40,6 +40,7 @@
|
|||||||
"eslint": "^5.9.0",
|
"eslint": "^5.9.0",
|
||||||
"eslint-config-airbnb-base": "^13.1.0",
|
"eslint-config-airbnb-base": "^13.1.0",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
|
"cz-conventional-changelog": "^2.1.0",
|
||||||
"husky": "^1.0.0",
|
"husky": "^1.0.0",
|
||||||
"lint-staged": "^7.3.0",
|
"lint-staged": "^7.3.0",
|
||||||
"node-sass": "^4.9.3",
|
"node-sass": "^4.9.3",
|
||||||
@@ -94,5 +95,10 @@
|
|||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "airbnb-base"
|
"extends": "airbnb-base"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user