Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

GuildEducationInc/tslint-config-guild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This project is deprecated and is read-only for historical context only.

npm

DEPRECATED

As tslint is being deprecated in favor of eslint, we have transitioned our eslint config to now support TypeScript

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"
}

About

TypeScript style guide

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •