You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added '@nvidia-elements/media' to the configuration and package.json.
- Updated Eleventy configuration to include public component documentation for media.
- Enhanced example URL generation to support media components.
- Refactored coverage calculation logic in API template for better clarity.
- Updated pnpm lockfile to reflect new dependencies and versions.
Signed-off-by: Cory Rylan <[email protected]>
Copy file name to clipboardExpand all lines: projects/internals/eslint/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Applied to `src/**/*.ts`, `src/**/*.tsx`, test files, and `*.examples.ts`.
74
74
**Source hygiene**
75
75
76
76
-**`no-dead-code`**. Flags commented-out imports, exports, declarations, control-flow, and test blocks. The project currently sets this to `warn` during cleanup.
77
+
-**`no-deep-class-inheritance`**. Limits class inheritance chains to two superclass hops by default, stopping at configured `allowedRoots` such as `HTMLElement` and `LitElement`.
77
78
-**`require-spdx-header`**. Every source file must start with the two-line SPDX header (`SPDX-FileCopyrightText` copyright + `SPDX-License-Identifier: Apache-2.0`). The rule accepts any 4-digit year; auto-fix preserves an existing year and falls back to the current year only when inserting a header from scratch.
78
79
79
80
### Example rules (plugin `local-typescript`, files `**/*.examples.ts`)
// Generate URLs in the format /docs/elements/{component-name}/examples/ or /docs/code/{component-name}/examples/ or /docs/monaco/{component-name}/examples/
29
+
// Generate URLs in the format /docs/elements/{component-name}/examples/ or package-specific component docs paths.
0 commit comments