1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00
keeweb/test/.eslintrc

9 lines
106 B
Plaintext
Raw Normal View History

2019-10-12 13:24:37 +02:00
{
"rules": {
"no-unused-expressions": "off"
},
"env": {
"mocha": true
}
}