session-desktop/libloki/test/.eslintrc

18 lines
261 B
Text

{
"env": {
"browser": true,
"node": false,
"mocha": true
},
"parserOptions": {
"sourceType": "script"
},
"rules": {
"strict": "off",
"more/no-then": "off"
},
"globals": {
"assert": true,
"clearDatabase": true
}
}