1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/test/.eslintrc
2019-10-12 13:24:37 +02:00

9 lines
106 B
Plaintext

{
"rules": {
"no-unused-expressions": "off"
},
"env": {
"mocha": true
}
}