cabana/.eslintrc.json

13 lines
141 B
JSON

{
"extends": "react-app",
"rules": {
"no-undef": 1
},
"env": {
"browser": true
},
"globals": {
"window": false
}
}