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