scratch-www/.eslintrc.js
2018-01-30 10:36:08 -05:00

4 lines
86 B
JavaScript

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