We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d03564 commit dfd5830Copy full SHA for dfd5830
.babel-eslint.rc.js
@@ -2,8 +2,8 @@
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
+/* eslint-env node */
6
+
7
module.exports = {
- plugins: [
- "@babel/plugin-syntax-jsx",
8
- ],
+ plugins: ["@babel/plugin-syntax-jsx"],
9
};
.eslintignore
@@ -9,6 +9,7 @@
10
!.eslintrc*.js
11
!.prettierrc.js
12
+!.babel-eslint.rc.js
13
14
# Always ignore node_modules.
15
**/node_modules/
0 commit comments