scratch-auth/test/.eslintrc.js
Andrew Sliwinski 3534c204d0 Initial commit
2016-11-03 17:10:04 -04:00

5 lines
69 B
JavaScript

module.exports = {
rules: {
'no-undefined': [0]
}
};