Skip to content

Commit 2c91d1c

Browse files
Gen-AI Module -> Enhanced UX/UI
Gen-AI Module -> Enhanced UX/UI. Code Quality: Improved linting rules help maintain code quality and prevent common issues. Visual Consistency: Updated logos and styles enhance the user interface and branding. User Experience: Improved validation and feedback mechanisms in forms and tables enhance usability.
2 parents 5cc3ea3 + 4f8e90e commit 2c91d1c

File tree

16 files changed

+63
-10
lines changed

16 files changed

+63
-10
lines changed

inventory-manager/eslint.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,19 @@ export default defineConfig([
1919
ecmaVersion: 2020,
2020
globals: globals.browser,
2121
},
22+
rules: {
23+
'react-refresh/only-export-components': [
24+
'warn',
25+
{
26+
allowExportNames: [
27+
'SearchContext',
28+
'useSearchContext',
29+
'useDataContext',
30+
'DataContext'],
31+
},
32+
],
33+
'@typescript-eslint/no-explicit-any': 'warn',
34+
'@typescript-eslint/no-unused-vars': 'warn',
35+
},
2236
},
2337
])
Binary file not shown.
-119 KB
Binary file not shown.
55.7 KB
Loading
Binary file not shown.
21.1 KB
Loading
18.1 KB
Loading
-35.5 KB
Binary file not shown.
-18.1 KB
Binary file not shown.
-6.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)