Bug 1431129 - Remove no-mixed-spaces-and-tabs from the ESLint config, since no-tabs disallows tabs anyway. r=mossop.

MozReview-Commit-ID: 395itqTz9T8

--HG--
extra : rebase_source : 744f1765e1ee41fcaca608a2821c6f0d7a76d608
This commit is contained in:
Mark Banner 2018-01-18 10:03:02 +00:00
Родитель 9f768aa4e8
Коммит 44d164f81d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -263,8 +263,8 @@ module.exports = {
// No single if block inside an else block
"no-lonely-if": "error",
// No mixing spaces and tabs in indent
"no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
// no-tabs disallows tabs completely.
// "no-mixed-spaces-and-tabs": "error",
// No unnecessary spacing
"no-multi-spaces": ["error", { exceptions: {