File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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 | |
You can’t perform that action at this time.
0 commit comments