1.1.4 • Published 2 years ago

@kidwen/tslint v1.1.4

Weekly downloads
7
License
ISC
Repository
github
Last release
2 years ago

NPM @latest

usage

eslint(recommend)

// add .eslintrc.json
{
    "extends": "@kidwen/tslint"
}

tslint(deprecated)

// add tslint.json
{
    "extends": "@kidwen/tslint/tslint.json",
    "rules": {
        "component-selector": [true, "element", "app", "kebab-case"],
        "deprecation": false
    },
    "rulesDirectory": ["codelyzer"]
}

publish

$ npm publish
  • publish to https://registry.npmjs.org/
  • no longer publish to github repository

install this package in your project

$ npm i @kidwen/tslint