arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
raw
history blame contribute delete
219 Bytes
{
"env": {
"browser": true,
"node": true
},
"globals": {
"chrome": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}