@vermilion/tslint-config
v5.0.0
Published
A TSLint config with sensible rules for Airbnb-style TypeScript and Prettier.
Downloads
2
Keywords
Readme
⚙️ tslint-config
A TSLint config with sensible rules for Airbnb-style TypeScript and Prettier.
🔗 Installation
Install via npm
:
yarn add -D @vermilion/tslint-config
Ensure you also have the required peerDependencies
installed:
yarn add -D install tslint@^5.11.0 typescript@^3.0.3 prettier@^1.14.0
🛠️ Usage
In tslint.json
:
{
"extends": "@vermilion/tslint-config"
}
⚡ Configuration
Rules
Plugins
🗜️ Versioning
+————— Major version is synchronized with TSLint's major version.
| +——— Minor version has BREAKING CHANGES or features.
| | +— Patch version has non-breaking changes.
| | |
x.x.x