Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Update dependency dotenv to v16.4.5 #905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update dependency dotenv to v16.4.5

11cad89
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update dependency dotenv to v16.4.5 #905

Update dependency dotenv to v16.4.5
11cad89
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Jul 13, 2024 in 0s

35 warnings

ESLint found 35 warnings

Annotations

Check warning on line 16 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L16

'JSX' is deprecated. Use `React.JSX` instead of the global `JSX` namespace (deprecation/deprecation)

Check warning on line 17 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L17

'JSX' is deprecated. Use `React.JSX` instead of the global `JSX` namespace (deprecation/deprecation)

Check warning on line 31 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L31

Object Literal Property name `py-3 px-4 bg-primary-darker hover:bg-primary focus:bg-primary-light focus:ring-4 focus:ring-primary-lightest active:bg-primary-darkest text-white` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 33 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L33

Object Literal Property name `bg-transparent text-primary-light hover:text-primary-lightest focus:text-primary-light focus:ring-3 focus:ring-primary-light active:text-primary` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 35 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L35

Object Literal Property name `py-1 px-3 bg-transparent hover:bg-neutral-700 focus:ring-3 focus:bg-neutral-700 focus:ring-primary-light active:bg-neutral-700 text-white` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 37 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L37

Object Literal Property name `border py-3 px-4 rounded-lg border-primary-dark hover:bg-primary-darkest hover:bg-opacity-30 focus:bg-primary-darkest focus:bg-opacity-30 focus:ring-primary-dark focus:ring-4 active:bg-primary-darkest active:bg-opacity-20` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 39 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L39

Object Literal Property name `w-full` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 62 in components/Button/Button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Button/Button.tsx#L62

Object Literal Property name `opacity-50 pointer-events-none` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 15 in components/Checkbox/Checkbox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Checkbox/Checkbox.tsx#L15

Object Literal Property name `opacity-50 pointer-events-none select-none` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 16 in components/Dropdown/Dropdown.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Dropdown/Dropdown.tsx#L16

'ReactChild' is deprecated. - This type is not relevant when using React. Inline the type instead to make the intent clear (deprecation/deprecation)

Check warning on line 37 in components/Input/Input.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Input/Input.tsx#L37

Object Literal Property name `opacity-40 select-none` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 48 in components/Input/Input.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Input/Input.tsx#L48

Object Literal Property name `pointer-events-none` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 49 in components/Input/Input.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/Input/Input.tsx#L49

Object Literal Property name `!pr-12` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 11 in components/RichText/Heading.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Heading.tsx#L11

Object Literal Property name `text-left` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 12 in components/RichText/Heading.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Heading.tsx#L12

Object Literal Property name `text-center` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 13 in components/RichText/Heading.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Heading.tsx#L13

Object Literal Property name `text-right` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 12 in components/RichText/List.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/List.tsx#L12

Object Literal Property name `list-decimal` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 13 in components/RichText/List.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/List.tsx#L13

Object Literal Property name `list-disc` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 21 in components/RichText/List.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/List.tsx#L21

Object Literal Property name `text-left justify-start` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 22 in components/RichText/List.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/List.tsx#L22

Object Literal Property name `text-center justify-center` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 23 in components/RichText/List.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/List.tsx#L23

Object Literal Property name `text-right justify-end` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 15 in components/RichText/Paragraph.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Paragraph.tsx#L15

Object Literal Property name `text-left` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 16 in components/RichText/Paragraph.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Paragraph.tsx#L16

Object Literal Property name `text-center` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 17 in components/RichText/Paragraph.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Paragraph.tsx#L17

Object Literal Property name `text-right` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)

Check warning on line 15 in components/RichText/Quote.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

components/RichText/Quote.tsx#L15

Object Literal Property name `justify-end text-right` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)