crgs/tests/unit/.eslintrc.js

6 lines
49 B
JavaScript
Raw Normal View History

2026-04-22 16:16:36 +08:00
module.exports = {
env: {
jest: true
}
}