question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code Quality: Improve linting

See original GitHub issue

In the project, we are using local linting configurations for each package.

  1. eslint in demo
  2. standardx in vue-currency-filter

This heterogeneous structure doesn’t feel right.

Would it make sense if instead of linting at the package level we configure linting at the global level?

Proposal

Let’s configure ESLint at the global level so that all packages follow the same linting standards.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mazipancommented, Sep 23, 2020
1reaction
dsfx3dcommented, Sep 23, 2020

@mazipan I’m ready to make a PR for this now. I mentioned this change in the comments of #205 but I wasn’t able to find time to work on it because of work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Improving code quality with linting in Python - Snyk
In this hands-on article, we'll explore how fast and easy it is to perform quick linting checks in Python using Pylint — one...
Read more >
Linting Go programs: A guide to improving code quality
Using linters improves readability by highlighting problems before they are executed, and it helps with the standardization of your codebase ...
Read more >
Lint Code: What Is Linting + When To Use Lint Tools - Perforce
Linting is important to reduce errors and improve the overall quality of your code. Using lint tools can help you accelerate development and ......
Read more >
12 BEST Code Quality Tools For Error Free Coding In 2022
Pluggable lint tool to identify syntax errors and code quality issues in your Javascript code. Features. It's a node-based package that can be ......
Read more >
How linting and ESLint improve code quality - Medium
Code linting is a type of static analysis that is frequently used to find problematic patterns or code that doesn't adhere to certain...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found