Skip to content

Add ESLint naming convention rule #18

Add ESLint naming convention rule

Add ESLint naming convention rule #18

Triggered via pull request November 21, 2023 15:02
Status Failure
Total duration 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/jest-selectors/src/types.ts#L6
Type Parameter name `Args` must have one of the following prefixes: T, K
build: packages/jest-selectors/src/utils.ts#L11
Type Parameter name `Selectors` must have one of the following prefixes: T, K
build: packages/components/src/NumberInput/NumberInput.story.tsx#L3
Import name `React` must match one of the following formats: camelCase
build: packages/components/src/NumberInput/NumberInput.story.tsx#L10
Variable name `meta` must match one of the following formats: UPPER_CASE
build: packages/components/src/NumberInput/NumberInput.story.tsx#L56
Variable name `Default` must match one of the following formats: UPPER_CASE
build: packages/components/src/NumberInput/NumberInput.story.tsx#L65
Variable name `MinMax` must match one of the following formats: UPPER_CASE
build: packages/components/src/NumberInput/NumberInput.story.tsx#L76
Variable name `Decimals` must match one of the following formats: UPPER_CASE
build: packages/components/src/NumberInput/NumberInput.tsx#L2
Import name `React` must match one of the following formats: camelCase
build: packages/components/src/NumberInput/NumberInput.tsx#L46
Variable name `NumberInput` must match one of the following formats: camelCase
build
Process completed with exit code 1.