scratch-www/.eslintrc.js
2024-01-18 09:20:10 -08:00

4 lines
101 B
JavaScript

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