stream-deploy/docker/nginx/web/tests/unit/.eslintrc.js

6 lines
49 B
JavaScript
Raw Normal View History

2025-12-06 17:53:25 +08:00
module.exports = {
env: {
jest: true
}
}