scratch-render/.eslintrc.js

5 lines
79 B
JavaScript
Raw Normal View History

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