Skip to content

Commit fd0f901

Browse files
initial config
Co-authored-by: Shahar "Dawn" Or <[email protected]>
1 parent 59e10bc commit fd0f901

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
rules: {
3+
extends: '@commitlint/config-conventional'
4+
}
5+
}

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "commitlint-config-standard",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "MIT"
11+
}

0 commit comments

Comments
 (0)