Bug 1830265 - Enable ESLint and Prettier on .babel-eslint.rc.js. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D176637
This commit is contained in:
Mark Banner 2023-05-04 17:21:03 +00:00
Родитель 2d03564d1e
Коммит dfd5830d4d
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* eslint-env node */
module.exports = {
plugins: [
"@babel/plugin-syntax-jsx",
],
plugins: ["@babel/plugin-syntax-jsx"],
};

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

@ -9,6 +9,7 @@
!.eslintrc*.js
!.prettierrc.js
!.babel-eslint.rc.js
# Always ignore node_modules.
**/node_modules/