UNPKG

scratch-gui

Version:

Graphical User Interface for creating and running Scratch 3.0 projects

9 lines (8 loc) 225 B
const path = require('path'); module.exports = { extends: [path.resolve(__dirname, '..', '.eslintrc.js')], rules: { // NPM scripts are allowed to use console.log & friends 'no-console': 'off' } };