1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-03 13:54:38 +00:00
mobilizon/tests/unit/.eslintrc.cjs
Thomas Citharel b1ecf4b36f
fix(front): vite fixes after upgrade (everything is esm)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:23 +01:00

9 lines
106 B
JavaScript

module.exports = {
env: {
mocha: true,
},
globals: {
expect: true,
sinon: true,
},
};