Bug 1611422 - Mark source tree root as root in eslint config r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D60958

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Wu 2020-01-24 14:56:09 +00:00
Родитель a98a848163
Коммит 9e3c203f89
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -46,6 +46,8 @@ const ignorePatterns = [
module.exports = {
ignorePatterns,
// Ignore eslint configurations in parent directories.
"root": true,
// New rules and configurations should generally be added in
// tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js to
// allow external repositories that use the plugin to pick them up as well.