Add ESLint naming convention rule #18
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.
|