Skip to content

Commit

Permalink
- Updated dependencies
Browse files Browse the repository at this point in the history
- Prevent notice (reject by non-error)
- Bump version
  • Loading branch information
Reggino committed May 10, 2017
1 parent 9730f6c commit 32982d0
Show file tree
Hide file tree
Showing 8 changed files with 1,016 additions and 4,525 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
10 changes: 10 additions & 0 deletions .eslintrc
@@ -0,0 +1,10 @@
{
"extends": "kingsquare",
"env": {
"browser": true,
"node": true
},
"rules": {
"jsx-a11y/img-has-alt": [0]
}
}
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
node_modules/
test/privateApiKeysWithGroupIds.json
.idea
.idea
yarn.lock
7 changes: 0 additions & 7 deletions .jshintrc

This file was deleted.

0 comments on commit 32982d0

Please sign in to comment.