scratch-sb1-converter/test/.eslintrc.js

6 lines
69 B
JavaScript
Raw Normal View History

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