UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

11 lines (10 loc) 178 B
module.exports = { extends: ['scratch/react', 'scratch/es6'], env: { browser: true, jest: true }, rules: { 'react/prop-types': 0 } };