Addign Dropdown Menu In components #12
Annotations
10 errors and 5 warnings
Linting:
src/components/Dropdown/Dropdown.tsx#L5
Expected indentation of 1 tab but found 4 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L6
Expected indentation of 1 tab but found 4 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L8
Expected indentation of 1 tab but found 4 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L9
Expected indentation of 2 tabs but found 8 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L10
Expected indentation of 3 tabs but found 12 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L10
Unexpected any. Specify a different type
|
Linting:
src/components/Dropdown/Dropdown.tsx#L11
Expected indentation of 4 tabs but found 16 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L12
Expected indentation of 4 tabs but found 16 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L13
Expected indentation of 4 tabs but found 16 spaces
|
Linting:
src/components/Dropdown/Dropdown.tsx#L14
Expected indentation of 4 tabs but found 16 spaces
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linting:
src/components/Dropdown/Dropdown.tsx#L22
Strings must use singlequote
|
Linting:
src/components/List/List.test.tsx#L2
'List' is defined but never used
|
Linting:
src/components/Table/Table.tsx#L10
Fast refresh only works when a file has exports. Move your component(s) to a separate file
|
Linting:
src/components/Table/Table.tsx#L10
'Table' is assigned a value but never used
|
Loading