Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy Hernandez committed Oct 25, 2015
0 parents commit 90cef2d
Show file tree
Hide file tree
Showing 35 changed files with 13,119 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
results.xml
build
8 changes: 8 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"preset": "airbnb",
"requireTrailingComma": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"disallowMultipleVarDecl": null,
"disallowQuotedKeysInObjects": null,
"excludeFiles": ["build", "dist"]
}
Loading

0 comments on commit 90cef2d

Please sign in to comment.