Skip to content

Commit ba3d6db

Browse files
authored
v 3.0 (#73)
* rev def exp * bmp * implement path-browserify * fix fix flows * fix ruleloading
1 parent 9b3d223 commit ba3d6db

30 files changed

+1937
-160
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ node_modules/
22
/out/
33
.vscode/settings.json
44
src/main/.DS_Store
5-
.yarn/install-state.gz
6-
.yarn/install-state.gz
5+
.yarn/**
6+
**.gz

.yarn/install-state.gz

-6.17 KB
Binary file not shown.

docs/customruleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In this code:
4949
When creating custom rules, it's essential to adhere to the IRuleDefinition interface, which defines the required properties and methods for a rule definition:
5050

5151
```typescript
52-
export default interface IRuleDefinition {
52+
export interface IRuleDefinition {
5353
name: string;
5454
label: string;
5555
description: string;

0 commit comments

Comments
 (0)