Skip to content

Commit

Permalink
update to standard 10 and disable no-unused-expressions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jun 10, 2017
1 parent debe5cd commit 5ba495e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const extractCodeBlocks = require('./codeBlockUtils').extractCodeBlocks
const disabledRules = [
'no-undef',
'no-unused-vars',
'no-unused-expressions',
'no-lone-blocks',
'no-labels'
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lodash.flatten": "^4.2.0",
"lodash.range": "^3.1.5",
"ora": "^1.2.0",
"standard": "^8.6.0"
"standard": "^10.0.2"
},
"devDependencies": {
"tap-spec": "^4.1.1",
Expand Down

0 comments on commit 5ba495e

Please sign in to comment.