Skip to content

Commit 8da8e05

Browse files
authored
Have the ability to create custom rules, closes #1162 (#2040)
* Have the ability to create custom rules, closes #1162 * Sort extensions.dart
1 parent eb38c51 commit 8da8e05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/extensions.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ export 'src/common/utils/platform.dart';
44
export 'src/common/utils/string.dart';
55
export 'src/common/utils/widgets.dart';
66
export 'src/document/nodes/leaf.dart';
7+
export 'src/rules/delete.dart';
8+
export 'src/rules/format.dart';
79
export 'src/rules/insert.dart';
10+
export 'src/rules/rule.dart';

0 commit comments

Comments
 (0)