Skip to content

Commit

Permalink
Merge ef2b416 into cc466e6
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Sep 30, 2018
2 parents cc466e6 + ef2b416 commit 3162d89
Show file tree
Hide file tree
Showing 98 changed files with 18,519 additions and 18,597 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
engines:
duplication:
enabled: false
checks:
method-complexity:
enabled: false
method-count:
enabled: false
return-statements:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repo_token: Gh6MhO4tVWgFADsUEiOCiOyPpygsyo0nH
repo_token: V395LJw0W6IZ2IsYEEQDQb2oElDQ1lAQz
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"extends": "airbnb",
"rules": {
"prefer-destructuring": [
"error",
{ "array": false, "object": true }
]
},
"env": {
"es6": true,
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
cache:
directories:
- "node_modules"
script: npm run test:all
script: npm run test:compiler
before_script:
- npm install nyc coveralls codeclimate-test-reporter -g
after_script:
Expand Down
217 changes: 38 additions & 179 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 3162d89

Please sign in to comment.