This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
.lintstagedrc.js 97 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
module.exports = {
  '{,src/**/}*.{json,md,yml,ts,css,scss}': ['prettier --write', 'git add']
};