tslint-config-guild

1.0.1 • Public • Published

npm

Guild Education TypeScript Style

At Guild, our TypeScript style is based on JavaScript Standard Style with a few exceptions:

  • Function declarations should not have a space before the parentheses:
    function name (arg) { ... } // ✗ avoid
    function name(arg) { ... } // ✓ ok

Install

yarn add --dev tslint-config-guild

Usage

To use the Guild TypeScript Style config, first add tslint to your project:

yarn add --dev tslint

Then, add this to your tslint.json file:

{
  "extends": "tslint-config-guild"
}

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-config-guild

Weekly Downloads

54

Version

1.0.1

License

MIT

Unpacked Size

1.69 kB

Total Files

5

Last publish

Collaborators

  • wingrunr21