scratch-render-fonts/.eslintrc.js
Christopher Willis-Ford a18829e7d2 style: configure eslint
2023-10-17 15:52:14 -07:00

3 lines
78 B
JavaScript

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