Skip to content

Commit 2d95750

Browse files
committed
refactoring / breaking up files to make things easier to read
1 parent 39e1b3b commit 2d95750

File tree

8 files changed

+441
-386
lines changed

8 files changed

+441
-386
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
10+
# Change these settings to your own preference
11+
indent_style = space
12+
indent_size = 2
13+
14+
# We recommend you to keep these unchanged
15+
end_of_line = lf
16+
charset = utf-8
17+
trim_trailing_whitespace = true
18+
insert_final_newline = true

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"node": true,
33
"strict": true,
4-
"esversion": 6
4+
"undef": true
55
}

0 commit comments

Comments
 (0)