0.0.4 • Published 5 years ago

@somo/tslint-preset v0.0.4

Weekly downloads
14
License
MIT
Repository
-
Last release
5 years ago

Somo TSLint Preset

Installation

yarn add @somo/tslint-preset --dev

Usage

Add the following to tslint.json

{
  "extends": ["@somo/tslint-preset"]
}

Can be used with prettier, use the following prettier rule set to avoid conflicts.

module.exports = {
  arrowParens: 'always',
  printWidth: 120,
  singleQuote:  true,
  trailingComma: 'all',
};