cohost.js-fork/lint-staged.config.js

4 lines
61 B
JavaScript

module.exports = {
"*.{js,md,json}": "prettier --write"
};