Skip to content
Snippets Groups Projects
Commit dfd5830d authored by Mark Banner's avatar Mark Banner
Browse files

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

parent 2d03564d
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment