@wireapp/tslint-config
v1.4.1
Published
Wire TSLint config
Maintainers
Keywords
Readme
Wire
This repository is part of the source code of Wire. You can find more information at wire.com or by contacting [email protected].
You can find the published source code at github.com/wireapp.
For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.
@wireapp/tslint-config
Wire's TSLint config.
Usage
Install (macOS, Linux):
yarn add --dev @wireapp/tslint-config \
tslint-config-prettier \
tslint-plugin-prettier \
tslint-react-hooks \
tslint-react \
prettier \
tslintInstall (Windows):
yarn add --dev @wireapp/tslint-config ^
tslint-config-prettier ^
tslint-plugin-prettier ^
tslint-react-hooks ^
tslint-react ^
prettier ^
tslintEdit tslint.json:
{
// ...
"extends": "@wireapp/tslint-config"
}