Browse Source

Allow underscore dangle

pull/1/head
Luke Childs 8 years ago
parent
commit
1c9fdadbf6
  1. 7
      index.js

7
index.js

@ -143,12 +143,7 @@ module.exports = {
"no-trailing-spaces": "error",
"no-undef-init": "error",
"no-undefined": "error",
"no-underscore-dangle": [
"error",
{
"allowAfterThis": true
}
],
"no-underscore-dangle": "off",
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": "error",
"no-unused-expressions": "error",

Loading…
Cancel
Save