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
Copy file name to clipboardExpand all lines: projects/lint/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ export default [
66
66
|`@nvidia-elements/lint/no-deprecated-attributes`| Disallow use of deprecated attributes in HTML. | HTML |`error`|
67
67
|`@nvidia-elements/lint/no-deprecated-global-attribute-value`| Disallow use of deprecated attribute values for nve-* utility attributes. | HTML |`error`|
68
68
|`@nvidia-elements/lint/no-deprecated-css-imports`| Disallow use of deprecated CSS import paths. | CSS |`error`|
69
-
|`@nvidia-elements/lint/no-deprecated-css-variable`| Disallow use of deprecated --mlv-*CSS theme variables. | CSS |`error`|
69
+
|`@nvidia-elements/lint/no-deprecated-css-variable`| Disallow use of deprecated CSS custom properties. | CSS/HTML|`error`|
70
70
|`@nvidia-elements/lint/no-deprecated-global-attributes`| Disallow use of deprecated global utility attributes in HTML. | HTML |`error`|
71
71
|`@nvidia-elements/lint/no-deprecated-icon-names`| Disallow use of deprecated icon names. | HTML |`error`|
72
72
|`@nvidia-elements/lint/no-deprecated-packages`| Disallow usage of deprecated packages. | JSON |`error`|
@@ -80,6 +80,7 @@ export default [
80
80
|`@nvidia-elements/lint/no-missing-icon-name`| Require icon elements to have an icon name attribute. | HTML |`error`|
81
81
|`@nvidia-elements/lint/no-missing-popover-trigger`| Require popover elements to have a corresponding trigger element. | HTML |`error`|
82
82
|`@nvidia-elements/lint/no-missing-slotted-elements`| Disallow use of missing slotted elements. | HTML |`error`|
83
+
|`@nvidia-elements/lint/no-misprefixed-tags`| Disallow misprefixed Elements tags that resolve to a known nve-* element. | HTML |`error`|
83
84
|`@nvidia-elements/lint/no-nested-container-types`| Require nested container components to use flat container mode. | HTML |`error`|
84
85
|`@nvidia-elements/lint/no-restricted-attributes`| Disallow use of invalid API attributes or utility attributes on custom HTML element tags. | HTML |`error`|
85
86
|`@nvidia-elements/lint/no-restricted-page-sizing`| Disallow custom height or width styles on nve-page. | HTML |`error`|
0 commit comments