This package has been deprecated

Author message:

this package is deprecated in favour of @craftworks/tslint-config-craftworks

tslint-config-craftworks

1.1.4 • Public • Published

TSLint Config Craftworks

NPM version Downloads

A TSLint config used at craftworks optimized for Angular

Contains the ruleset of tslint:recommended, tslint-angular and tslint-config-prettier (in that order) and applies some custom rules.

Installation

npm install tslint-config-craftworks --save-dev

Usage

In tslint.json:

{
  "extends": "tslint-config-craftworks",
  "rules": {
      "directive-selector": [true, "attribute", "your-angular-prefix", "camelCase"],
      "component-selector": [true, "element", "your-angular-prefix", "kebab-case"],
  }
}

Peer Dependencies

  • @angular/compiler
  • @angular/core
  • codelyzer
  • typescript
  • tslint
  • rxjs

See package.json for more details

License

MIT

Package Sidebar

Install

npm i tslint-config-craftworks

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

6.37 kB

Total Files

5

Last publish

Collaborators

  • phi_spindler
  • zualexander