Skip to content

Commit

Permalink
refactor(form): improve form DX (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored Sep 25, 2023
1 parent f662231 commit 12db4c0
Show file tree
Hide file tree
Showing 72 changed files with 4,409 additions and 2,142 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ignorePatterns": ["packages/ts/*/test/**/*.snap.ts"],
"plugins": ["tsdoc"],
"rules": {
"@typescript-eslint/no-invalid-void-type": "off",
"@typescript-eslint/member-ordering": "off",
"class-methods-use-this": "off",
"import/no-duplicates": "off",
Expand Down
Loading

0 comments on commit 12db4c0

Please sign in to comment.