Skip to content

Commit

Permalink
Update rules files
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywalker13 committed May 5, 2017
1 parent 4aae2ba commit ba8f7d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ module.exports = {
},
env: {
browser: true,
mocha: true,
node: true,
es6: true,
},
extends: ['eslint:recommended'],
rules: {
// Other rules
'no-console': 'off',
'valid-jsdoc': ['error', {requireReturn: false}],
eqeqeq: 'error',
// The following rules can be used in some cases. See the README for more
// information. (These are marked with `0` instead of `"off"` so that a
// script can distinguish them.)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"decompress-zip": "^0.2.0",
"lzma-native": "^1.5.2",
"lzma-native": "^2.0.1",
"progress-stream": "^1.2.0",
"tar-fs": "^1.10.0",
"unbzip2-stream": "^1.0.8",
Expand Down

0 comments on commit ba8f7d5

Please sign in to comment.