NWJS_Hour_Tracking/tests/unit/.eslintrc.js
The Jared Wilcurt 0c4f455122 Testing
2019-09-16 00:49:40 -04:00

9 lines
113 B
JavaScript

module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
};