Skip to content

Commit

Permalink
docs: run update eslint-doc command
Browse files Browse the repository at this point in the history
  • Loading branch information
FanchGadjo committed May 30, 2024
1 parent ca36959 commit ceacfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Add `@ecocode` to the `plugins` section of your `.eslintrc`, followed by rules c
| :------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :- |
| [avoid-css-animations](docs/rules/avoid-css-animations.md) | Avoid usage of CSS animations ||
| [avoid-high-accuracy-geolocation](docs/rules/avoid-high-accuracy-geolocation.md) | Avoid using high accuracy geolocation in web applications. ||
| [avoid-keep-awake](docs/rules/avoid-keep-awake.md) | Avoid screen keep awake ||
| [limit-db-query-results](docs/rules/limit-db-query-results.md) | Should limit the number of returns for a SQL query ||
| [no-empty-image-src-attribute](docs/rules/no-empty-image-src-attribute.md) | Disallow usage of image with empty source attribute ||
| [no-import-all-from-library](docs/rules/no-import-all-from-library.md) | Should not import all from library ||
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin/docs/rules/avoid-keep-awake.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Avoid using keepAwake in web applications (`@ecocode/avoid-keep-awake`)
# Avoid screen keep awake (`@ecocode/avoid-keep-awake`)

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

Expand Down

0 comments on commit ceacfd3

Please sign in to comment.