scratch-auth/test/.eslintrc.js

6 lines
69 B
JavaScript
Raw Permalink Normal View History

2016-11-03 17:10:04 -04:00
module.exports = {
rules: {
'no-undefined': [0]
}
};