scratch-sb1-converter/test/.eslintrc.js
2018-12-05 13:58:36 -05:00

5 lines
69 B
JavaScript

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