TSLint Config Foyer
A TSLint config for Foyer
Installation
Dependent on
tslint
tslint-config-prettier
tslint-plugin-prettier
tslint-react
tslint-react-hooks
npm install @foyer/tslint-config tslint tslint-config-prettier tslint-plugin-prettier tslint-react tslint-react-hooks --save-dev
Usage
In tslint.json
:
{
"extends": "@foyer/tslint-config",
"rules": {
"object-literal-sort-keys": true
}
}
License
MIT