Browse Source

Allow variable and property names of any lenth

pull/1/head
Luke Childs 9 years ago
parent
commit
3b3898a3b2
  1. 2
      index.js

2
index.js

@ -42,7 +42,7 @@ module.exports = {
"guard-for-in": "error",
"handle-callback-err": "error",
"id-blacklist": "error",
"id-length": "error",
"id-length": "off",
"id-match": "error",
"indent": "off",
"init-declarations": "error",

Loading…
Cancel
Save