We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3282785 commit 64f7afdCopy full SHA for 64f7afd
lint-staged.config.js
@@ -1,6 +1,6 @@
1
export default {
2
"*.?(c|m){js,ts}": [
3
- "eslint --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
+ "eslint --flag unstable_config_lookup_from_file --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslintcache --fix",
4
"prettier --cache --write",
5
"lit-analyzer --quiet",
6
],
0 commit comments