wikijs-fork/.eslintrc.json
2017-05-13 15:29:00 -04:00

21 lines
297 B
JSON

{
"extends": "standard",
"env": {
"node": true,
"es6": true,
"jest": true
},
"globals": {
"document": false,
"navigator": false,
"window": false,
"appconfig": true,
"appdata": true,
"ROOTPATH": true,
"SERVERPATH": true,
"IS_DEBUG": true
}
}