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

EDSC-3846: Updates eslint config #76

Merged
merged 3 commits into from
Sep 22, 2023
Merged

EDSC-3846: Updates eslint config #76

merged 3 commits into from
Sep 22, 2023

Conversation

macrouch
Copy link
Contributor

Overview

What is the feature?

Updates eslint configs to new shared config

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #76 (109361c) into main (78ff8cb) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        23           
  Lines          719       719           
  Branches       182       182           
=========================================
  Hits           719       719           
Files Changed Coverage Δ
...ponents/TimelineDataSection/TimelineDataSection.js 100.00% <ø> (ø)
...rc/components/TimelineInterval/TimelineInterval.js 100.00% <ø> (ø)
...s/TimelinePrimarySection/TimelinePrimarySection.js 100.00% <ø> (ø)
src/utils/calculateTimeIntervals.js 100.00% <ø> (ø)
src/components/TimelineList/TimelineList.js 100.00% <100.00%> (ø)
src/index.js 100.00% <100.00%> (ø)
src/utils/getIntervalBounds.js 100.00% <100.00%> (ø)

src/index.js Outdated
Comment on lines 1491 to 1510
// maxDate: PropTypes.number, // maximum date timeline will allow scrolling
// MaxDate: PropTypes.number, // maximum date timeline will allow scrolling
// minDate: PropTypes.number, // minimum date timeline will allow scrolling
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it expected that the linter likes MaxDate to be PascalCase and minDate to be camel case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be lower m, its an annoying part of one rule.

But those values aren't even being used anymore, so I'll delete them

@macrouch macrouch merged commit fceb0ac into main Sep 22, 2023
5 checks passed
@macrouch macrouch deleted the EDSC-3846 branch September 22, 2023 14:24
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.

3 participants