mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-06-06 10:24:52 -04:00
Refactors library to use latest scratch eslint rules. Updates all dependencies to latest versions which requires minor changes to the JSON schema, tests, and supported engine (8+) BREAKING CHANGE: Module no longer supports less than Node 8
3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
module.exports = {
|
|
extends: ['scratch', 'scratch/node']
|
|
};
|