pointvec/desktop/.eslintrc.json

11 lines
122 B
JSON
Raw Normal View History

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