@toba/lint
v1.3.5
Published
Toba Lint Configurations
Downloads
23
Maintainers
Readme
Shared tslint
configuration with tslint-config-prettier and tslint-consistent-codestyle for use in Toba projects.
Usage
yarn add @toba/lint --dev
or
npm install @toba/lint --save-dev
then create tslint.json
with
{
"extends": [
"@toba/lint/ts"
]
}
and add a stylelint
section to package.json
"stylelint": {
"plugins": [
"@toba/lint/style"
]
}