Skip to content

Commit 18a0bc5

Browse files
committed
chore: Remove named-functions rule and related files
1 parent 00ae297 commit 18a0bc5

File tree

3 files changed

+0
-92
lines changed

3 files changed

+0
-92
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This repository contains custom ESLint rules to enhance code quality and consist
2020

2121
| Name              | Description | 💼 | 🔧 |
2222
| :--------------------------------------------------- | :------------------------------------------------------------------------------- | :---------------------------------- | :- |
23-
| [named-functions](docs/rules/named-functions.md) | Enforce top-level functions to be named function declarations |![badge-recommended-typescript][] | 🔧 |
2423
| [no-comments](docs/rules/no-comments.md) | Disallow comments except for specified allowed patterns. |![badge-recommended-typescript][] | 🔧 |
2524
| [no-default-export](docs/rules/no-default-export.md) | Convert unnamed default exports to named default exports based on the file name. |![badge-recommended-typescript][] | 🔧 |
2625
| [no-destructuring](docs/rules/no-destructuring.md) | Disallow destructuring that does not meet certain conditions |![badge-recommended-typescript][] | |

docs/rules/named-functions.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/rules/named-functions.js

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)