We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2278fc commit f576bacCopy full SHA for f576bac
lint-staged.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
'*.{js,jsx,mjs,ts,tsx,mts}': [
3
'prettier --with-node-modules --ignore-path .prettierignore --write',
4
- 'eslint --fix',
+ 'cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix',
5
],
6
'*.{json,md,mdx,css,html,yml,yaml,scss}': [
7
0 commit comments