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

editorconfig + eslint = automation formatting code #8941

Closed
cybermerlin opened this issue Jul 13, 2017 · 2 comments
Closed

editorconfig + eslint = automation formatting code #8941

cybermerlin opened this issue Jul 13, 2017 · 2 comments
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion question This issue asks a question about ESLint

Comments

@cybermerlin
Copy link

hi
i have use .editorconfig for configure eslint and formatting code.
how can i do it?

@eslintbot eslintbot added the triage An ESLint team member will look at this issue soon label Jul 13, 2017
@not-an-aardvark not-an-aardvark added question This issue asks a question about ESLint and removed triage An ESLint team member will look at this issue soon labels Jul 13, 2017
@not-an-aardvark
Copy link
Member

ESLint can't be configured with an .editorconfig file -- see our configuration docs for more information on how to configure ESLint.

@platinumazure
Copy link
Member

Hi @cybermerlin,

For what it's worth, I've been developing an ESLint plugin that would configure based on .editorconfig. However, I haven't published it because of the fact that plugin configurations are only loaded and read once, so nested .editorconfig files (in a project's subfolders) would not get picked up.

I've been meaning to open an issue here to try to figure out a way around that, but I've been busy and until now, I wasn't aware of any interest in the project.

Please follow that repository for updates. Thanks!

@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion question This issue asks a question about ESLint
Projects
None yet
Development

No branches or pull requests

4 participants