Bug 1314918 - Revert browser eslint rule changes to unbust eslint task; r=Standard8

This is a partial revert of 9601d282b06b.
This commit is contained in:
Gregory Szorc 2016-11-04 10:03:36 -07:00
Родитель db2c24d7cf
Коммит eff309e4da
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -4,12 +4,4 @@ module.exports = {
"extends": [
"../toolkit/.eslintrc.js"
],
"rules": {
"no-unused-vars": ["error", {
"vars": "local",
"varsIgnorePattern": "^Cc|Ci|Cu|Cr|EXPORTED_SYMBOLS",
"args": "none",
}]
}
};