scratch-parser/.eslintrc.js
Andrew Sliwinski e8369be7f5 refactor: Refactor library to use latest scratch eslint rules and update all dependencies
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
2018-03-24 11:09:43 -04:00

3 lines
63 B
JavaScript

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