mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-25 16:46:55 +08:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
module.exports = {
|
|
extends: ['scratch', 'scratch/node', 'scratch/es6'],
|
|
plugins: ['json']
|
|
};
|