Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: fix linting errors and warnings #96

Merged
merged 3 commits into from
Jul 26, 2024
Merged

refactor: fix linting errors and warnings #96

merged 3 commits into from
Jul 26, 2024

Conversation

jfrer
Copy link
Collaborator

@jfrer jfrer commented Jul 19, 2024

When running eslint there were a couple of linting errors and warnings:

quiver-frontend\postcss.config.js
  1:1  error  'module' is not defined  no-undef

quiver-frontend\src\components\Workflows.vue
  78:2  error  Parsing error: Unexpected token. Did you mean `{'}'}` or `}`?

quiver-frontend\src\components\workflows\TrendLegend.vue
  2:7  warning  'props' is assigned a value but never used  @typescript-eslint/no-unused-vars

quiver-frontend\src\components\workflows\WorkflowsIntroSection.vue
  6:7  warning  'props' is assigned a value but never used  @typescript-eslint/no-unused-vars

quiver-frontend\src\components\workflows\WorkflowsTable.vue
  2:33  warning  'computed' is defined but never used  @typescript-eslint/no-unused-vars

quiver-frontend\src\components\workflows\WorkflowsTimeline.vue
  22:20  error  Parsing error: Unexpected token. Did you mean `{'>'}` or `>`?

quiver-frontend\src\components\workflows\timeline\BaseTimelineDetailedChart.vue
  216:44  warning  'e' is defined but never used  @typescript-eslint/no-unused-vars

quiver-frontend\src\components\workflows\timeline\MetricAverageChart.vue
  47:2  error  Parsing error: Unexpected token. Did you mean `{'}'}` or `}`?

quiver-frontend\src\components\workflows\timeline\TimelineItem.vue
  16:7  warning  'props' is assigned a value but never used  @typescript-eslint/no-unused-vars

quiver-frontend\tailwind.config.js
  12:1  error  'module' is not defined  no-undef

quiver-frontend\vite.config.js
  22:29  error  '__dirname' is not defined  no-undef

✖ 11 problems (6 errors, 5 warnings)

This PR resolves these issues.

@jfrer jfrer requested a review from paulpestov July 19, 2024 14:17
@jfrer jfrer merged commit e9d08a1 into master Jul 26, 2024
1 check passed
@jfrer jfrer deleted the fix-lint-errors branch July 26, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants