mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-08 13:42:11 -05:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node'],
|
||
|
"plugins": [
|
||
|
"json"
|
||
|
]
|
||
|
};
|