Skip to content

Commit

Permalink
Bug 1830265 - Enable ESLint and Prettier on .babel-eslint.rc.js. r=Gijs
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed May 4, 2023
1 parent 2d03564 commit dfd5830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .babel-eslint.rc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
};
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

!.eslintrc*.js
!.prettierrc.js
!.babel-eslint.rc.js

# Always ignore node_modules.
**/node_modules/
Expand Down

0 comments on commit dfd5830

Please sign in to comment.