Skip to content

Project configuration improvements.

GoLand tried to immediately screw indentation in JS files, so let's force such things through .editorconfig.

Also it would be good to have strict formatting rules and some linting for JS code.

E.g Idea-based IDE's replace:

  • function() { with function () {
  • loginBoxType == "signup" with loginBoxType === "signup"

etc.

Merge request reports