update eslintrc according to master branch

This commit is contained in:
Amir Jafarian 2016-10-19 17:01:49 -04:00
parent 342eb866be
commit 6acedc3bae
1 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,9 @@
"ignoreUrls": true,
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
}],
// NOTE(bajtos) we should eventuall remove this override
// NOTE we should eventually remove this override
// and fix all of those 100+ violations
"one-var": "off"
"one-var": "off",
"no-unused-expressions": "off"
}
}
}