Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
34c07ac
SCAL-269016 : rebase
sastaachar Oct 10, 2025
ed4abcb
SCAL-269016 : logger
sastaachar Oct 10, 2025
1502a7a
SCAL-269016 : sepration
sastaachar Oct 10, 2025
7e5b783
SCAL-269016 : body
sastaachar Oct 14, 2025
98d7079
SCAL-269016 : res
sastaachar Oct 14, 2025
5cfb62e
SCAL-269016 : update
sastaachar Oct 15, 2025
f40ad12
SCAL-269016 : minor
sastaachar Oct 15, 2025
3946a66
SCAL-269016 : ok
sastaachar Oct 15, 2025
3de2ba2
SCAL-269016 : minor
sastaachar Oct 23, 2025
db8c0c5
SCAL-269016 : smal
sastaachar Oct 28, 2025
bca8723
SCAL-269016 : true by default
sastaachar Oct 29, 2025
23d2c16
SCAL-269016 : ok
sastaachar Oct 29, 2025
dc6592e
SCAL-269016 : clean
sastaachar Oct 29, 2025
ef2838a
SCAL-269016 : no cycle
sastaachar Oct 29, 2025
56854c0
SCAL-269016 : clean up
sastaachar Oct 29, 2025
aeb32ed
SCAL-269016 : added tests
sastaachar Oct 29, 2025
09ffad3
SCAL-269016 : nit
sastaachar Oct 29, 2025
3fcc123
SCAL-269016 : fix test
sastaachar Oct 29, 2025
def1b44
SCAL-269016 : more test
sastaachar Oct 29, 2025
299b7da
SCAL-269016 : test fix
sastaachar Oct 29, 2025
9b35735
SCAL-269016 : fix
sastaachar Oct 29, 2025
bd95575
SCAL-269016 : gues what MORE TEST
sastaachar Oct 29, 2025
c7fa693
SCAL-269016 : gues what MORE TEST again
sastaachar Oct 29, 2025
561f4a2
SCAL-269016 : test
sastaachar Oct 29, 2025
0c33102
SCAL-269016 : logic update
sastaachar Oct 29, 2025
9c9c406
SCAL-269016 : pre render usecase
sastaachar Oct 29, 2025
0e2ec3f
SCAL-269016 : nit @aditya
sastaachar Oct 30, 2025
f024bfb
SCAL-269016 : ok
sastaachar Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from 'eslint/config';
import globals from 'globals';
import tseslint from 'typescript-eslint';
import pluginReact from 'eslint-plugin-react';
import importPlugin from 'eslint-plugin-import';
Expand Down Expand Up @@ -48,7 +47,8 @@ export default defineConfig([
maxLength: 90,
ignoreUrls: true,
},
]
}
],
'import/no-cycle': "error"
},
},
]);
]);
Loading
Loading