@@ -56,22 +56,18 @@ Add `@ecocode` to the `plugins` section of your `.eslintrc`, followed by rules c
5656⚠️ Configurations set to warn in.\
5757✅ Set in the ` recommended ` configuration.
5858
59- | Name | Description | ⚠️ |
60- | :-------------------------------------------------------------------------------------------------------------| :--------------------------------------------------------- | :- |
61- | [ avoid-css-animations] ( docs/rules/avoid-css-animations.md ) | Avoid usage of CSS animations | ✅ |
62- | [ avoid-high-accuracy-geolocation] ( docs/rules/avoid-high-accuracy-geolocation.md ) | Avoid using high accuracy geolocation in web applications. | ✅ |
63- | [ limit-db-query-results] ( docs/rules/limit-db-query-results.md ) | Should limit the number of returns for a SQL query | ✅ |
64- | [ no-empty-image-src-attribute] ( docs/rules/no-empty-image-src-attribute.md ) | Disallow usage of image with empty source attribute | ✅ |
65- | [ no-import-all-from-library] ( docs/rules/no-import-all-from-library.md ) | Should not import all from library | ✅ |
66- | [ no-multiple-access-dom-element] ( docs/rules/no-multiple-access-dom-element.md ) | Disallow multiple access of same DOM element. | ✅ |
67- | [ no-multiple-style-changes] ( docs/rules/no-multiple-style-changes.md ) | Disallow multiple style changes at once. | ✅ |
68- | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination. | ✅ |
69- | [ prefer-shorthand-css-notations-animation] ( docs/rules/prefer-shorthand-css-notations-animation.md ) | Encourage usage of shorthand CSS notations | ✅ |
70- | [ prefer-shorthand-css-notations-content] ( docs/rules/prefer-shorthand-css-notations-content.md ) | Encourage usage of shorthand CSS notations | ✅ |
71- | [ prefer-shorthand-css-notations-layout] ( docs/rules/prefer-shorthand-css-notations-layout.md ) | Encourage usage of shorthand CSS notations | ✅ |
72- | [ prefer-shorthand-css-notations-margin-padding] ( docs/rules/prefer-shorthand-css-notations-margin-padding.md ) | Encourage usage of shorthand CSS notations | ✅ |
73- | [ prefer-shorthand-css-notations-text] ( docs/rules/prefer-shorthand-css-notations-text.md ) | Encourage usage of shorthand CSS notations | ✅ |
74- | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
59+ | Name | Description | ⚠️ |
60+ | :------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :- |
61+ | [ avoid-css-animations] ( docs/rules/avoid-css-animations.md ) | Avoid usage of CSS animations | ✅ |
62+ | [ avoid-high-accuracy-geolocation] ( docs/rules/avoid-high-accuracy-geolocation.md ) | Avoid using high accuracy geolocation in web applications. | ✅ |
63+ | [ limit-db-query-results] ( docs/rules/limit-db-query-results.md ) | Should limit the number of returns for a SQL query | ✅ |
64+ | [ no-empty-image-src-attribute] ( docs/rules/no-empty-image-src-attribute.md ) | Disallow usage of image with empty source attribute | ✅ |
65+ | [ no-import-all-from-library] ( docs/rules/no-import-all-from-library.md ) | Should not import all from library | ✅ |
66+ | [ no-multiple-access-dom-element] ( docs/rules/no-multiple-access-dom-element.md ) | Disallow multiple access of same DOM element. | ✅ |
67+ | [ no-multiple-style-changes] ( docs/rules/no-multiple-style-changes.md ) | Disallow multiple style changes at once. | ✅ |
68+ | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination. | ✅ |
69+ | [ prefer-shorthand-css-notations] ( docs/rules/prefer-shorthand-css-notations.md ) | Encourage usage of shorthand CSS notations | ✅ |
70+ | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
7571
7672<!-- end auto-generated rules list -->
7773
0 commit comments