wikijs-fork/.eslintrc.json
2017-05-20 23:21:16 -04:00

22 lines
350 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
},
"rules": {
"space-before-function-paren": 0
}
}