Skip to content

Commit ff24aac

Browse files
committedMar 10, 2018
build: init
0 parents  commit ff24aac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+11963
-0
lines changed
 

‎.babelrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"modules": false,
5+
"targets": {
6+
"browsers": ["last 2 versions", "ie >= 9"]
7+
}
8+
}]
9+
]
10+
}

‎.commitlintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@commitlint/config-angular"]
3+
}

0 commit comments

Comments
 (0)
Please sign in to comment.