pointvec/desktop/.eslintrc.json
2018-10-05 11:52:17 +12:00

11 lines
122 B
JSON

{
"extends": "standard",
"env": {
"browser": true,
"node": true
},
"globals": {
"DOTGRID": true
}
}