Bump eslint-define-config from 1.14.0 to 1.15.0
[benchmarks-js.git] / .lintstagedrc.js
CommitLineData
51c84d4b 1module.exports = {
31688ebd 2 '*.{js,jsx,mjs,cjs}': [
586ba8db 3 'prettier --cache --write',
31688ebd
JB
4 'standard --fix',
5 'eslint --cache --fix'
6 ],
586ba8db 7 '*.{json,md,yml,yaml}': ['prettier --cache --write']
51c84d4b 8}