For the moment our JavaScript styleguide exists implicitly and can only be inferred from reading our source code. The eslint config that we use in our projects covers the most essential parts of the code style, but a great deal of style-related things cannot be checked by linter, though the eslint config should definitely be placed in this repo too. We need to document our JavaScript code style and save these conventions both there and in Metarhia repositories.
For the moment our JavaScript styleguide exists implicitly and can only be inferred from reading our source code. The
eslintconfig that we use in our projects covers the most essential parts of the code style, but a great deal of style-related things cannot be checked by linter, though theeslintconfig should definitely be placed in this repo too. We need to document our JavaScript code style and save these conventions both there and in Metarhia repositories.