scratch-l10n/.eslintrc.js

7 lines
102 B
JavaScript
Raw Normal View History

module.exports = {
extends: ['scratch', 'scratch/node'],
"plugins": [
"json"
]
};