inspektor/tests/.eslintrc.js

6 lines
55 B
JavaScript
Raw Normal View History

module.exports = {
env: {
embertest: true
}
};