mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-06-26 22:40:29 -04:00
3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
module.exports = {
|
|
extends: ['./js.js', './es6.js', './react.js']
|
|
};
|