main
text 8 lines 122 Bytes
Raw
1 {
2 "extends": "react-app",
3 "rules": {
4 "no-mixed-operators": 0,
5 "no-ex-assign": 0,
6 "no-throw-literal": 0
7 }
8 }