1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-25 01:12:30 +00:00
mobilizon/js/test/unit/.eslintrc

10 lines
95 B
Text
Raw Normal View History

{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}