Skip to content

Commit a66a86a

Browse files
ci: fix lint-staged (#8888)
1 parent 4dc866c commit a66a86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"*.less": "stylelint --fix",
3-
"(schematics|scripts|components)/**/*.{html,ts}": "eslint --fix"
3+
"*.{html,ts}": "eslint --fix"
44
}

0 commit comments

Comments
 (0)