Default rules enabled / extends
See original GitHub issueI have not much knowledge of EsLint, but it is annoying to go through all rules and find out, which to use.
Could not you – just like plain EsLint – somehow also use a thing/things like "extends": "eslint:recommended"
, so one can get a set of rules that are almost always good for mocha tests?
I think there are many rules that should be enabled “by default”/“by extends”.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Configuration to enable all rules #6240 - eslint/eslint - GitHub
I would love to have a configuration that enables all rules, that way I can selectively disable them: extends: ['eslint:all'] This way I...
Read more >Configuring ESLint - 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 >`.gitlab-ci.yml` keyword reference - GitLab Documentation
extends, Configuration entries that this job inherits from. image, Use Docker images. inherit, Select which global defaults all jobs inherit ...
Read more >Configuration | Stylelint
No rules are turned on by default and there are no default values. ... For example, you can extend the stylelint-config-standard and then...
Read more >Is only rules will be extends in share eslint config?
A configuration file can extend the set of enabled rules from base configurations. so only rules will be extended, and the other options( ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would very much like a proper recommended ruleset. So let me kick off the discussion.
How about the following
That sounds reasonable.