Stop jslint from complaining about missing parseInt's radix parameter

This commit is contained in:
Tobias Schneider 2015-01-21 11:40:53 -08:00
Родитель 4f731eb7b2
Коммит dbe6a3aa04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@
"check-whitespace"
],
"quotemark": [false, "double"],
"radix": true,
"radix": false,
"semicolon": true,
"triple-equals": [true, "allow-null-check"],
"variable-name": false,