chore(eslint): turn off no-undef and max-len check rules

This commit is contained in:
Micooz 2017-02-20 22:58:43 +08:00
parent a49d514a69
commit 1ddcf8923d

@ -8,7 +8,8 @@
"jest": true "jest": true
}, },
"rules": { "rules": {
"max-len": 0, "no-undef": "off",
"max-len": "off",
"object-curly-spacing": "off", "object-curly-spacing": "off",
"quotes": [ "quotes": [
"error", "error",