We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e10bc commit fd0f901Copy full SHA for fd0f901
.editorconfig
@@ -0,0 +1,7 @@
1
+root = true
2
+[*]
3
+end_of_line = lf
4
+insert_final_newline = true
5
+charset = utf-8
6
+indent_style = space
7
+indent_size = 2
index.js
@@ -0,0 +1,5 @@
+module.exports = {
+ rules: {
+ extends: '@commitlint/config-conventional'
+ }
+}
package.json
@@ -0,0 +1,11 @@
+{
+ "name": "commitlint-config-standard",
+ "version": "0.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "MIT"
11
0 commit comments