Skip to content

Commit 3d740ce

Browse files
authored
maintainance patch(#274)
- cleans unused files - removes unused scripts - restructures for optimized readability
1 parent 1ed044a commit 3d740ce

File tree

90 files changed

+147
-400
lines changed

Some content is hidden

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

90 files changed

+147
-400
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
example-flows/**
1+
files/example-flows/**

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

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

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default [
2525
},
2626
},
2727
{
28-
ignores: ["jest.config.ts", "example-flows/**"],
28+
ignores: ["jest.config.ts", "files/example-flows/**"],
2929
},
3030
perfectionist.configs["recommended-alphabetical"],
3131
perfectionist.configs["recommended-line-length"],
Lines changed: 36 additions & 22 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)