scratch-www/.eslintrc.js
2018-01-30 11:53:24 -05:00

4 lines
86 B
JavaScript

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