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 4dc866c commit a66a86aCopy full SHA for a66a86a
.lintstagedrc
@@ -1,4 +1,4 @@
1
{
2
"*.less": "stylelint --fix",
3
- "(schematics|scripts|components)/**/*.{html,ts}": "eslint --fix"
+ "*.{html,ts}": "eslint --fix"
4
}
0 commit comments