Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kowalski committed Jul 25, 2024
1 parent f3d85c5 commit e7b4508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/migration-to-2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ Enforce naming rules.
### Features

✅ Naming validation. <br>
✅ Support for all name types. Classes, types, interfaces, enums, variables, functions etc.<br>
✅ Support for classes, types, interfaces, enums, variables, functions, arrow function.<br>
✅ Inheriting the file name as the name (Option of adding your own prefixes/suffixes or changing the case).<br>
✅ Deleting parts of a file name. <br>
✅ Naming rules only for name types located in the root of the file (not nested).<br>
✅ Regex validation<br>
✅ Build in case validation.<br>
✅ Different name rules for different files.<br>

0 comments on commit e7b4508

Please sign in to comment.