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

Configuration #1073

Closed
ghost opened this issue Feb 20, 2018 · 3 comments

Comments

@ghost
Copy link

commented Feb 20, 2018

In the README.md you have following statement:

This module saves you (and others!) time in three ways:

  • No configuration

But then you define these sections:

You describe a way of setting some configuration properties inside package.json.
Can you please describe what exactly the No configuration statement means?

Is your project is a simple setup of rules on top of eslint?

@tunnckoCore

This comment has been minimized.

Copy link

commented Feb 21, 2018

Really, it's a bit old. I think from the times when there was no standard-engine from which most of the configuration features come/came.

In the other hand, it is because you don't need anything to do to start using it. Only if you are more exotic, then you have this opportunity.

In third hand, yes it is pretty simple and pretty minimal set of rules. And actually plays well with Prettier. Most of the rules are same style as Prettier does the things by default. I pretty much don't like eslint-config-prettier and that everyone using it - using the plugin is okey. In case with standard, it is too much. In reality if anyone get some time to review the rules, the diffs between them are in around ~10-30 rules if i remember correctly, so you only need to disable them, not everything as the config does.

(long user of Standard here [from ~v1-v3? hmm], recent months switched to AirBnB - the diffs are not much, but there are ton more rules which are set which isn't bad thing in any way - i'm agree with most of them. Standard does not give much.. u still can get "no configuration" with pure shareable config, e.g. AirBnb's - i don't see any value in such CLIs anymore.. it's needless duplication of ESLint CLI)

If you don't using it. Definitely try it, it won't hurt exactly because it is pretty minimal and good enough to start without worrying.

@ghost

This comment has been minimized.

Copy link
Author

commented Feb 21, 2018

@olstenlarck thanks for your descriptive comment.

I'm using eslint + airbnb setup, and wanted to know what are the differences between Airbnb eslint configuration and the standard's one.

@feross

This comment has been minimized.

Copy link
Member

commented Feb 21, 2018

Closing this as it's not an issue with standard, but feel free to continue discussion.

@feross feross closed this Feb 21, 2018

@feross feross added the question label Feb 21, 2018

@lock lock bot locked as resolved and limited conversation to collaborators May 25, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.