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.

Add specific .editorconfig file for each specific style linting

See original GitHub issue

What problem does this feature solve?

This feature will configure autocomplete to a specific style in any IDE that support .editorconfig file. For example when choosing linter to use AirBnB or StandardJS style, it will generate editorconfig with that specific style.

Just info : content in editorconfig file is universal and can be applied to any IDE.

What does the proposed API look like?

Prompt

Create editorconfig? Y/n

Or just create it without prompting.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

7reactions
hsxfjamescommented, Mar 4, 2018

I vote for create without prompting, so that peoples do not have to worry about too much options.

6reactions
psg2commented, May 31, 2018

I’m sorry that after so long I haven’t made any progress on this issue. I didn’t manage my time properly and got caught up on work. Can I still work on this or is anyone else interested?

Read more comments on GitHub >

github_iconTop Results From Across the Web

EditorConfig settings - Visual Studio (Windows) - Microsoft Learn
You can add an EditorConfig file to your project or codebase to enforce consistent coding styles for everyone that works in the codebase....
Read more >
EditorConfig
EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
Read more >
Formatting In Visual Studio Code: EditorConfig And js-beautify
The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to...
Read more >
Code style schemes | IntelliJ IDEA Documentation - JetBrains
In the Project scheme, the settings that you configure apply only to your ... In IntelliJ IDEA, code style settings are language-specific, ...
Read more >
Editorconfig: How to autofix all files in a project - Stack Overflow
to check all files in the src directory, or ... I don't think it should be responsible for linting or fixing, as there...
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