@jetbrains how do I correctly setup code style to match and implement rules from .eslint? I tried the "apply cs rules" from the file, but storm is acting very different from the rule set (applying to .vue files). Thanks :)
"Apply cs rules" is a right way to go. But note that only core ES rules are applied. In particular, rules from eslint-plugin-vue are not imported. See https://youtrack.jetbrains.com/issue/WEB-34649#focus=streamItem-27-3053601.0-0 …