UNPKG

@webpack-contrib/defaults

Version:

Project configuration and boilerplate defaults for webpack projects

5 lines (4 loc) 142 B
module.exports = { '*.js': ['prettier --write', 'eslint --fix', 'git add'], '*.{json,md,yml,css,ts}': ['prettier --write', 'git add'], };