zulip/static/.eslintrc.json

9 lines
99 B
JSON
Raw Normal View History

{
"env": {
"browser": true
},
"rules": {
"no-console": "error"
}
}