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

10 lines
106 B
JavaScript

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