This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-acquia/tests/unit/.eslintrc.js

5 lines
48 B
JavaScript
Raw Normal View History

2019-04-09 19:58:46 +00:00
module.exports = {
env: {
jest: true
}
}