chore/implement eslint prettier pattern #13
Annotations
11 warnings
build (18.x)
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/.
|
build (18.x):
src/commonStyles.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
build (18.x):
src/commonStyles.ts#L1
Using exported name 'styled' as identifier for default export
|
build (18.x):
src/core/area-chart/AreaChart.stories.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L60
JSX attribute values should not contain objects created in the same scope
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L114
Unnecessary conditional, value is always truthy
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L118
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L118
Unnecessary conditional, value is always truthy
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L119
Unnecessary conditional, value is always truthy
|
build (18.x):
src/core/area-chart/AreaChart.tsx#L122
Unnecessary conditional, value is always truthy
|