Bump eslint-plugin-jsdoc from 39.6.8 to 39.6.9
[benchmarks-js.git] / .lintstagedrc.js
1 module.exports = {
2 '*.{js,jsx,mjs,cjs}': [
3 'prettier --cache --write',
4 'standard --fix',
5 'eslint --cache --fix'
6 ],
7 '*.{json,md,yml,yaml}': ['prettier --cache --write']
8 }