Browse Source

Turn off no-plusplus

pull/1/head
Luke Childs 9 years ago
parent
commit
45a79c314d
  1. 2
      index.js

2
index.js

@ -122,7 +122,7 @@ module.exports = {
"no-octal-escape": "error", "no-octal-escape": "error",
"no-param-reassign": "off", "no-param-reassign": "off",
"no-path-concat": "error", "no-path-concat": "error",
"no-plusplus": "error", "no-plusplus": "off",
"no-process-env": "error", "no-process-env": "error",
"no-process-exit": "error", "no-process-exit": "error",
"no-proto": "error", "no-proto": "error",

Loading…
Cancel
Save