Newer
Older
module.exports = {
'{,src/**/}*.{json,md,yml,ts,css,scss}': ['prettier --write', 'git add']
};
This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.
module.exports = {
'{,src/**/}*.{json,md,yml,ts,css,scss}': ['prettier --write', 'git add']
};