Switch to official standard JS formatting tools
[benchmarks-js.git] / .lintstagedrc.js
1 module.exports = {
2 '*.{js,jsx}': ['prettier --write', 'standard --fix', 'eslint --cache --fix'],
3 '*.{json,md,yml,yaml}': ['prettier --write']
4 }