mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = {
|
|
extends: ['scratch', 'scratch/node'],
|
|
plugins: ['json']
|
|
};
|