Skip to content

Commit

Permalink
Actually adjust the value
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Nov 20, 2015
1 parent 78c857d commit 94ad237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/best-practices.js
Expand Up @@ -3,6 +3,6 @@ module.exports = {
// enforces consistent newlines before or after dots
'dot-location': [2, 'property'],
// allow usage of expressions in statement position
'no-unused-expressions': 2,
'no-unused-expressions': 0,
},
}

0 comments on commit 94ad237

Please sign in to comment.