scratch-vm/.eslintrc.js
Ray Schamp bafdf8d9f2 Use ES6 linting rules in the project root
Update all tests for `no-var` and `prefer-arrow-callback` (using `--fix`)
2017-04-24 15:37:58 -04:00

3 lines
78 B
JavaScript

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