Skip to content

Commit b870649

Browse files
committed
Update RULES.md
1 parent db61cf6 commit b870649

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

RULES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
| EC8 | @ecocode/avoid-high-accuracy-geolocation | Avoid using high accuracy geolocation | |
1414
| EC11 | @ecocode/no-multiple-access-dom-element | Call a DOM element multiple times without caching | |
1515
| EC12 | @ecocode/no-multiple-style-changes | Modify several CSS properties all at once | |
16+
| EC25 | @ecocode/no-empty-image-src-attribute | Do not use an image with empty source attribute | |
17+
| EC26 | @ecocode/prefer-shorthand-css-notations | Prefer shorthand CSS notations | |
18+
| EC29 | @ecocode/avoid-css-animations | Avoid usage of CSS animations | |
19+
| EC30 | @ecocode/provide-print-css | Provide a print stylesheet | |
1620

1721
### Back-end
1822

19-
| # | ESLint key | Rule Name | Observation |
20-
|------|---------------------------------------------|----------------------------------------|-------------------------|
21-
| EC13 | @ecocode/prefer-collections-with-pagination | Prefer API collections with pagination | for NestJS (TypeScript) |
23+
| # | ESLint key | Rule Name | Observation |
24+
|------|---------------------------------------------|---------------------------------------------|-------------------------|
25+
| EC13 | @ecocode/prefer-collections-with-pagination | Prefer API collections with pagination | for NestJS (TypeScript) |
26+
| EC24 | @ecocode/limit-db-query-results | Limit the number of returns for a SQL query | |

0 commit comments

Comments
 (0)