UNPKG

620 BPlain TextView Raw
1{
2 "env": {
3 "jest": true
4 },
5 "globals": {
6 "createSpyObj": true
7 },
8 "rules": {
9 "import/no-unresolved": 0,
10 "import/no-extraneous-dependencies": 0,
11 "react/no-multi-comp": 0,
12 "react/prop-types": 0,
13 "react/no-find-dom-node": 0,
14 "react/no-array-index-key": 0,
15 "no-template-curly-in-string": 0,
16 "jsx-a11y/no-static-element-interactions": 0,
17 "react/button-has-type": 0,
18 "no-shadow": 0,
19 "react/jsx-no-bind": 0,
20 "no-unused-vars": 0,
21 "no-empty-function": 0,
22 "jsx-a11y/control-has-associated-label": 0,
23 "prefer-spread": 0,
24 "prefer-rest-params": 0
25 }
26}