UNPKG

280 BPlain TextView Raw
1{
2 "rules": {
3 "import/no-extraneous-dependencies": 0,
4 "import/no-unresolved": 0,
5 "import/extensions": 0,
6 "react/no-deprecated": 0,
7 "react/no-find-dom-node": 0,
8 "react/no-multi-comp": 0,
9 "no-underscore-dangle": 0,
10 "class-methods-use-this": 0
11 }
12}