cabana/.eslintrc.json

13 lines
141 B
JSON
Raw Normal View History

2017-06-30 19:53:31 -06:00
{
"extends": "react-app",
"rules": {
"no-undef": 1
},
"env": {
"browser": true
},
"globals": {
"window": false
}
2017-06-30 19:53:31 -06:00
}