Bug 1836719 - Include all js dot files in ESLint checks. r=cmkm

Differential Revision: https://phabricator.services.mozilla.com/D179922
This commit is contained in:
Mark Banner 2023-06-06 16:44:07 +00:00
Родитель 5e5d6f7b3f
Коммит 31ba906879
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -9,9 +9,8 @@
# - intentionally invalid files
# - build directories and other items that we need to ignore
!.eslintrc*.js
!.prettierrc.js
!.babel-eslint.rc.js
# Include all js dot files.
!.*.js
# For now, skip all json files for ESLint, these will still be run through
# Prettier.