Allow keywords in dot notation

This commit is contained in:
Jordan Eldredge 2018-03-09 17:17:09 -08:00
parent 4423bf2418
commit 736c54e1ec

View File

@ -33,12 +33,7 @@
"camelcase": "error",
"consistent-return": "warn",
"constructor-super": "error",
"dot-notation": [
"error",
{
"allowKeywords": false
}
],
"dot-notation": "error",
"eqeqeq": ["error", "smart"],
"guard-for-in": "error",
"max-depth": ["warn", 4],