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

Make ESLint config stricter #22

Merged
merged 9 commits into from
Jun 3, 2024
Merged

Make ESLint config stricter #22

merged 9 commits into from
Jun 3, 2024

Conversation

arkadiuszbachorski
Copy link
Contributor

Make ESLint config stricter

♻️ Current situation & Problem

Current ESLint config is fine, but it can be configured way strictier. It enforces good practives, improves quality of the code and guarantees consistency.

⚙️ Release Notes

  • Make ESLint config stricter

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5ce0539) to head (0225847).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            6         6           
  Branches         1         1           
=========================================
  Hits             6         6           
Files Coverage Δ
app/page.tsx 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad9c339...0225847. Read the comment docs.

.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
.eslintrc.json Show resolved Hide resolved
packages/example-package/src/index.ts Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@arkadiuszbachorski arkadiuszbachorski marked this pull request as ready for review May 30, 2024 23:02
Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

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

Thank you for the additional configurations and improvements @arkadiuszbachorski!

The comments were really helpful, the configuration sounds reasonable to me and I trust your expertise and experience in the benefits of the different rules.

packages/example-package/src/index.ts Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Jun 1, 2024
Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
@arkadiuszbachorski arkadiuszbachorski removed the request for review from vishnuravi June 3, 2024 06:04
@arkadiuszbachorski arkadiuszbachorski merged commit aaaa9cb into main Jun 3, 2024
10 checks passed
@arkadiuszbachorski arkadiuszbachorski deleted the arek/add-eslint branch June 3, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants