Skip to content

Commit 5c61d72

Browse files
committedSep 17, 2018
Adding coverage
1 parent e4e37a4 commit 5c61d72

Some content is hidden

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

54 files changed

+4010
-155907
lines changed
 

‎.babelrc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// "presets": [
3+
// "es2017", "stage-0"
4+
// ],
5+
// "plugins": [
6+
//// ["babel-plugin-transform-builtin-extend", {
7+
//// "globals": [ "Error" ]
8+
//// }],
9+
// "transform-optional-catch-binding",
10+
// ["transform-es2015-modules-commonjs", {
11+
// "allowTopLevelThis": true
12+
// }],
13+
// "istanbul"
14+
// ]
15+
16+
// "babelrcRoots": "packages/*"
17+
}
18+

‎.editorconfig

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
; editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.json]
13+
indent_size = 4
14+
15+
[*.js]
16+
indent_size = 4
17+
18+
[*.html]
19+
indent_size = 4
20+
21+
[*.yaml]
22+
indent_size = 4

0 commit comments

Comments
 (0)