studio.status.im/.eslintrc

10 lines
113 B
Plaintext
Raw Permalink Normal View History

2018-10-05 08:16:30 +00:00
{
"extends": "hexo",
"root": true,
"rules": {
"strict": "off"
},
"env": {
"browser": true
}
}