We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297966e commit 58951c2Copy full SHA for 58951c2
1 file changed
.github/skills/igniteui-angular-linting/SKILL.md
@@ -19,6 +19,7 @@ Quick-reference card for the core lint commands for the main library in this rep
19
| `npm run lint:lib` | ESLint **+** Stylelint (both — use this as the default) |
20
| `npm run lint:styles` | Stylelint only (Sass/SCSS files) |
21
| `npm run lint` | `ng lint` — ESLint only (TypeScript + templates) |
22
+| `ng lint --fix` | Quick fix for tool identifiable fixes |
23
24
### `lint:lib` (recommended)
25
0 commit comments