scratch-storage/.eslintrc.js
2016-12-08 21:17:07 -08:00

4 lines
79 B
JavaScript

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