Hygiene: use consistent ESLint severity syntax

Bug: T165036
Change-Id: I43a500fceb8179d30240dbec8ed56f8d4c7551e9
This commit is contained in:
Stephen Niedzielski 2018-03-19 14:44:14 -05:00 committed by Jhernandez
parent 2221055bc1
commit e284163014
2 changed files with 3 additions and 3 deletions

View file

@ -18,13 +18,13 @@
"ReduxThunk": false
},
"rules": {
"dot-notation": [ "error", { "allowKeywords": true } ],
"dot-notation": [ 2, { "allowKeywords": true } ],
"no-use-before-define": 0,
"no-var": 2,
"prefer-const": 1,
"one-var": 0, // Interferes with prefer-const.
"max-len": [
"warn",
1,
{
"tabWidth": 2,
// Exclude by default: