Skip to content

Commit 08c515a

Browse files
authored
docs: update readme legend (#34)
1 parent c29660d commit 08c515a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Copying these rules into your `rules` object will achieve the same effect as usi
8181
- ✅ = Yes / Enabled
8282
- ✖️ = No / Disabled
8383
- 💡 = Has suggestions (requires user confirmation for fixes)
84+
- 🔶 = Optionally uses types (works without TypeScript but more powerful with it)
8485

8586
### Modernization
8687

@@ -114,11 +115,6 @@ Copying these rules into your `rules` object will achieve the same effect as usi
114115
| [prefer-date-now](./src/rules/prefer-date-now.ts) | Prefer `Date.now()` over `new Date().getTime()` and `+new Date()` ||| ✖️ |
115116
| [prefer-regex-test](./src/rules/prefer-regex-test.ts) | Prefer `RegExp.test()` over `String.match()` and `RegExp.exec()` when only checking for match existence ||| 🔶 |
116117

117-
**Legend for "Requires Types" column:**
118-
- ✖️ = Does not require types
119-
- ✅ = Requires types
120-
- 🔶 = Optionally uses types (works without TypeScript but more powerful with it)
121-
122118
## License
123119

124120
MIT

0 commit comments

Comments
 (0)