scratch-sb1-converter/.eslintrc.js

4 lines
78 B
JavaScript
Raw Permalink Normal View History

module.exports = {
extends: ['scratch', 'scratch/node', 'scratch/es6']
};