We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47ee09 commit 3510df8Copy full SHA for 3510df8
.eslintrc
@@ -24,12 +24,13 @@
24
"ecmaVersion": 12,
25
"sourceType": "module"
26
},
27
- "plugins": ["react"],
+ "plugins": [
28
+ "react"
29
+ ],
30
"rules": {
31
"react/react-in-jsx-scope": "off",
32
"react/prop-types": "off",
33
"react/jsx-key": "off",
- "react/no-unescaped-entities": "off",
- "@typescript-eslint/no-unused-expressions": "1"
34
+ "react/no-unescaped-entities": "off"
35
}
-}
36
+}
package.json
@@ -29,7 +29,7 @@
"yarn": "^1.22.17"
"scripts": {
- "start": "GENERATE_SOURCEMAP=false react-app-rewired start",
+ "start": "set \"GENERATE_SOURCEMAP=false\" && react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
0 commit comments