Skip to content

Commit f8cd9c5

Browse files
ht-rndorozg5
andauthored
Feature/RND-1794 - Refactor (#12)
Co-authored-by: Gabriela Oroz <gabriela.oroz.external@t.ht.hr>
1 parent 1bf913b commit f8cd9c5

77 files changed

Lines changed: 6729 additions & 4826 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 113 additions & 302 deletions
Large diffs are not rendered by default.

biome.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
66
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["src/**/*.ts", "src/**/*.tsx", "components/**/*.ts", "components/**/*.tsx"]
10+
"includes": [
11+
"src/**/*.ts",
12+
"src/**/*.tsx",
13+
"components/**/*.ts",
14+
"components/**/*.tsx",
15+
"demo/**/*.ts",
16+
"demo/**/*.tsx"
17+
]
1118
},
1219
"formatter": {
1320
"enabled": true,

components/json-schema-editor/form/field-list.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

components/json-schema-editor/form/field-row.tsx

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)