UNPKG

275 BPlain TextView Raw
1{
2 "extends": "airbnb",
3 "root": true,
4 "rules": {
5 "max-len": 0,
6 "react/no-find-dom-node": 0,
7 "react/no-multi-comp": 0,
8 "no-underscore-dangle": 0,
9 "class-methods-use-this": 0
10 },
11 "settings": {
12 "react": {
13 "version": "0.14.0",
14 },
15 },
16}