scratch-semantic-release-co.../.eslintrc.js

4 lines
62 B
JavaScript
Raw Normal View History

2022-05-31 15:11:19 -04:00
module.exports = {
extends: ['scratch', 'scratch/es6']
};