generated from sachinraja/ts-lib-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lazy option): support manual trigger only validate (#45)
* feat(lazy): prevent rules from being automatically verified when data changes * docs: update comments * chore: more readable if statement instead * docs: fix typo * docs(lazy): update docs * docs: apply suggestions from code review Co-authored-by: Ayaka Neko <[email protected]> Co-authored-by: Ayaka Neko <[email protected]>
- Loading branch information
1 parent
d7b6aab
commit 331b937
Showing
8 changed files
with
154 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"editor.defaultFormatter": "dprint.dprint", | ||
"dprint.path": "node_modules/dprint/dprint", | ||
"unocss.root": "example" | ||
"unocss.root": "example", | ||
"[typescript]": { | ||
"editor.defaultFormatter": "dbaeumer.vscode-eslint" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.