@nationalbankbelgium/code-style
Version:
Front-End code style
23 lines (16 loc) • 461 B
Markdown
<h1 align="center">
code style - codelyzer 5.2.x
</h1>
This sub-package hosts the [codelyzer](https://github.com/mgechev/codelyzer) configuration for version 5.2.x.
To be able to use this config, you need to install `codelyzer`.
Adapt the content of your `tslint.json` file as follows:
```text
{
"extends": ["tslint:latest", "whatever config", "@nationalbankbelgium/code-style/codelyzer/5.2.x"],
"rules": {
// your rules
}
}
```