-
Notifications
You must be signed in to change notification settings - Fork 7
Coding Guidelines
Alan Płócieniak edited this page Mar 31, 2017
·
2 revisions
Wiki ▸ Contributing ▸ Coding Guidelines
Current project configuration enforce proper coding style. Project uses TSLint to provide warnings for inconsistency in source code.
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