presentations/decoupling-drupal-vuejs/demo/blue-conf/vuejs/tests/unit/.eslintrc.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
49 B
JavaScript
Raw Normal View History

2019-05-25 00:11:42 +01:00
module.exports = {
env: {
jest: true
}
}