attempt to disable some lint rules
Massimo Melina committed
Dec 21, 2021 at 23:49 UTC
fd42c2a157e1983cbe2391306d41c0e52c0e4d11
1 file changed
+7
frontend/.eslintrc
new
+7
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "react-app",
3
+ "rules": {
4
+ "no-mixed-operators": 0,
5
+ "no-ex-assign": 0
6
+ }
7
+}