pointvec/desktop/.eslintrc.json

11 lines
122 B
JSON
Raw Normal View History

2018-10-04 23:52:17 +00:00
{
"extends": "standard",
"env": {
"browser": true,
"node": true
},
"globals": {
"DOTGRID": true
}
}