Skip to content

Commit ceacfd3

Browse files
committed
docs: run update eslint-doc command
1 parent ca36959 commit ceacfd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Add `@ecocode` to the `plugins` section of your `.eslintrc`, followed by rules c
7171
| :------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :- |
7272
| [avoid-css-animations](docs/rules/avoid-css-animations.md) | Avoid usage of CSS animations ||
7373
| [avoid-high-accuracy-geolocation](docs/rules/avoid-high-accuracy-geolocation.md) | Avoid using high accuracy geolocation in web applications. ||
74+
| [avoid-keep-awake](docs/rules/avoid-keep-awake.md) | Avoid screen keep awake ||
7475
| [limit-db-query-results](docs/rules/limit-db-query-results.md) | Should limit the number of returns for a SQL query ||
7576
| [no-empty-image-src-attribute](docs/rules/no-empty-image-src-attribute.md) | Disallow usage of image with empty source attribute ||
7677
| [no-import-all-from-library](docs/rules/no-import-all-from-library.md) | Should not import all from library ||

eslint-plugin/docs/rules/avoid-keep-awake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Avoid using keepAwake in web applications (`@ecocode/avoid-keep-awake`)
1+
# Avoid screen keep awake (`@ecocode/avoid-keep-awake`)
22

33
⚠️ This rule _warns_ in the ✅ `recommended` config.
44

0 commit comments

Comments
 (0)