I'm trying to have a standard code style for my project, and I have found http://editorconfig.org/, that is a standard for that. I like it very much, and Intellij supports it (we use Intellij).
I have a .eslintrc file (extend from airbnb style).
So, how to get .editorconfig file from that .eslintrc file ?
If you are looking for a
.editorconfig
that configures the style enforced by theeslint-config-airbnb
rules, you could use the.editorconfig
file from that module's repo:https://github.com/airbnb/javascript/blob/master/.editorconfig