UNPKG

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