@@ -67,20 +67,20 @@ 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-brightness-override] ( docs/rules/avoid-brightness-override.md ) | Should avoid to override brightness | ✅ |
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- | [ no-torch] ( docs/rules/no-torch.md ) | Should not programmatically enable torch mode | ✅ |
81- | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination. | ✅ |
82- | [ prefer-shorthand-css-notations] ( docs/rules/prefer-shorthand-css-notations.md ) | Encourage usage of shorthand CSS notations | ✅ |
83- | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
70+ | Name | Description | ⚠️ |
71+ | :------------------------------------------------------------------------------------- | :-------------------------------------------------------- | :- |
72+ | [ avoid-brightness-override] ( docs/rules/avoid-brightness-override.md ) | Should avoid to override brightness | ✅ |
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+ | [ no-torch] ( docs/rules/no-torch.md ) | Should not programmatically enable torch mode | ✅ |
81+ | [ prefer-collections-with-pagination] ( docs/rules/prefer-collections-with-pagination.md ) | Prefer API collections with pagination | ✅ |
82+ | [ prefer-shorthand-css-notations] ( docs/rules/prefer-shorthand-css-notations.md ) | Encourage usage of shorthand CSS notations | ✅ |
83+ | [ provide-print-css] ( docs/rules/provide-print-css.md ) | Enforce providing a print stylesheet | ✅ |
8484
8585<!-- end auto-generated rules list -->
8686
0 commit comments