Skip to content

Commit

Permalink
FIX: Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Dec 6, 2019
1 parent c63055e commit 8a9d293
Show file tree
Hide file tree
Showing 18 changed files with 1,183 additions and 79 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaults
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist/
docs/

bower_components/
node_modules/
Loading

0 comments on commit 8a9d293

Please sign in to comment.