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
.editorconfigthat configures the style enforced by theeslint-config-airbnbrules, you could use the.editorconfigfile from that module's repo:https://github.com/airbnb/javascript/blob/master/.editorconfig