mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
4a9cdc7f4a
* Initial version of scratch-l10n package
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
module.exports = {
|
|
extends: ['scratch', 'scratch/node'],
|
|
"plugins": [
|
|
"json"
|
|
]
|
|
};
|