Skip to content

Coding Guidelines

Alan Płócieniak edited this page Mar 31, 2017 · 2 revisions

WikiContributingCoding Guidelines

Introduction

Current project configuration enforce proper coding style. Project uses TSLint to provide warnings for inconsistency in source code.

TSLint

You can learn more about TSLint here. If you are using Visual Studio Code for development, vscode-tslint integration will improve your coding experience.

Type Script linting is also a part of build process. Each time code is rebuilded you will get output with style errors/warnings if any.

You can learn more about current coding style from this file. Each configuration node is explained here