Skip to content

Commit

Permalink
Refactors docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 9, 2019
1 parent 8e87a04 commit e2852ad
Show file tree
Hide file tree
Showing 429 changed files with 27,163 additions and 25,080 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"rules": {
"require-jsdoc": "off",
"indent": ["error", 4],
"max-len": ["error", { "code": 120 }],
"max-len": "off",
"mocha/no-exclusive-tests": "error",
"no-prototype-builtins": "off"
},
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
Loading

0 comments on commit e2852ad

Please sign in to comment.