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.

Configuration to enable all rules

See original GitHub issue

I would love to have a configuration that enables all rules, that way I can selectively disable them:

extends: ['eslint:all']

This way I can easily be made aware of new rules when I upgrade, and don’t have to go hunting through the docs to figure out which ones to add to my configuration file.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:13
  • Comments:29 (25 by maintainers)

github_iconTop GitHub Comments

2reactions
nzakascommented, May 24, 2016

@mockdeep a significant downside of “eslint:all” would be that every time we added a new rule, that would automatically be enabled for you. In essence, “eslint:all” would be different every time you upgrade ESLint, meaning you’d constantly need to update your config for every upgrade.

Technically, that would be a breaking change every time we add a rule, and I’m not sure that’s good for anybody.

0reactions
knownasilyacommented, Feb 14, 2017

@platinumazure thanks, I’ll use separate configs, as you suggested on gitter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing AWS Config Rules Across All Accounts in Your ...
AWS Config allows you to manage AWS Config rules across all AWS accounts within an organization. You can: Centrally create, update, and delete...
Read more >
Rules - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Configure code analysis rules - .NET - Microsoft Learn
The following table shows the different rule severities that you can configure for all analyzer rules, including code quality and code style ...
Read more >
Lesson 5 How to Enable and Disable Rules and Rule Sets
These steps use Enable and Disable commands on the Rule Set screen to enable or disable all the rules in a rule set....
Read more >
Best practices for firewall rules configuration - - Rackspace
Block all traffic by default and explicitly enable only specific traffic to known services. This strategy provides good control over the ...
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