scratch-vm/test/fixtures/.eslintrc.js
2017-02-27 12:58:18 -05:00

5 lines
64 B
JavaScript

module.exports = {
rules: {
'max-len': [0]
}
};