xlcs-admin/tests/unit/.eslintrc.js

6 lines
49 B
JavaScript
Raw Normal View History

2024-05-09 14:30:33 +08:00
module.exports = {
env: {
jest: true
}
}