new_shop_admin/tests/unit/.eslintrc.js

6 lines
49 B
JavaScript
Raw Normal View History

2023-05-11 09:19:34 +08:00
module.exports = {
env: {
jest: true
}
}