Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 196afdc

Browse files
committedJan 24, 2022
2 parents ed598ed + 90addf9 commit 196afdc

File tree

115 files changed

+9486
-5058
lines changed

Some content is hidden

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

115 files changed

+9486
-5058
lines changed
 

‎.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# @see: https://editorconfig.org/
12
root = true
23

34
[*]
@@ -6,3 +7,4 @@ insert_final_newline = true
67
charset = utf-8
78
indent_style = space
89
indent_size = 2
10+
trim_trailing_whitespace = true

‎.eslintrc

+5
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"class-methods-use-this": "off",
1212
"arrow-body-style": "off",
1313
"no-loop-func": "off"
14+
},
15+
"settings": {
16+
"react": {
17+
"version": "latest"
18+
}
1419
}
1520
}

0 commit comments

Comments
 (0)
Please sign in to comment.