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