UNPKG

strict-tslint-config

Version:

An opinionated TSLint configuration preset. Works best together with strict TypeScript settings and Prettier.

15 lines (14 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettierRules = { align: false, 'arrow-parens': false, indent: false, 'max-line-length': false, 'newline-per-chained-call': false, 'object-literal-key-quotes': false, quotemark: false, semicolon: false, 'trailing-comma': false, whitespace: false };