@@ -67,18 +67,19 @@ Add `@ecocode` to the `plugins` section of your `.eslintrc`, followed by rules c
6767⚠️ Configurations set to warn in.\
6868✅ Set in the ` recommended ` configuration.
6969
70- | Name | Description | ⚠️ |
71- | :------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :- |
72- | [ avoid-css-animations] ( docs/rules/avoid-css-animations.md ) | Avoid usage of CSS animations | ✅ |
73- | [ avoid-high-accuracy-geolocation] ( docs/rules/avoid-high-accuracy-geolocation.md ) | Avoid using high accuracy geolocation in web applications. | ✅ |
74- | [ limit-db-query-results] ( docs/rules/limit-db-query-results.md ) | Should limit the number of returns for a SQL query | ✅ |
75- | [ no-empty-image-src-attribute] ( docs/rules/no-empty-image-src-attribute.md ) | Disallow usage of image with empty source attribute | ✅ |
76- | [ no-import-all-from-library] ( docs/rules/no-import-all-from-library.md ) | Should not import all from library | ✅ |
77- | [ no-multiple-access-dom-element] ( docs/rules/no-multiple-access-dom-element.md ) | Disallow multiple access of same DOM element. | ✅ |
78- | [ no-multiple-style-changes] ( docs/rules/no-multiple-style-changes.md ) | Disallow multiple style changes at once. | ✅ |
79- | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination. | ✅ |
80- | [ prefer-shorthand-css-notations] ( docs/rules/prefer-shorthand-css-notations.md ) | Encourage usage of shorthand CSS notations | ✅ |
81- | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
70+ | Name | Description | ⚠️ |
71+ | :------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ | :- |
72+ | [ avoid-autoplay] ( docs/rules/avoid-autoplay.md ) | Disallow autoplay and enforce preload='none' for video and audio elements | ✅ |
73+ | [ avoid-css-animations] ( docs/rules/avoid-css-animations.md ) | Avoid usage of CSS animations | ✅ |
74+ | [ avoid-high-accuracy-geolocation] ( docs/rules/avoid-high-accuracy-geolocation.md ) | Avoid using high accuracy geolocation in web applications. | ✅ |
75+ | [ limit-db-query-results] ( docs/rules/limit-db-query-results.md ) | Should limit the number of returns for a SQL query | ✅ |
76+ | [ no-empty-image-src-attribute] ( docs/rules/no-empty-image-src-attribute.md ) | Disallow usage of image with empty source attribute | ✅ |
77+ | [ no-import-all-from-library] ( docs/rules/no-import-all-from-library.md ) | Should not import all from library | ✅ |
78+ | [ no-multiple-access-dom-element] ( docs/rules/no-multiple-access-dom-element.md ) | Disallow multiple access of same DOM element. | ✅ |
79+ | [ no-multiple-style-changes] ( docs/rules/no-multiple-style-changes.md ) | Disallow multiple style changes at once. | ✅ |
80+ | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination. | ✅ |
81+ | [ prefer-shorthand-css-notations] ( docs/rules/prefer-shorthand-css-notations.md ) | Encourage usage of shorthand CSS notations | ✅ |
82+ | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
8283
8384<!-- end auto-generated rules list -->
8485
0 commit comments