Skip to content

Instantly share code, notes, and snippets.

@TCircley
TCircley / tslint.md
Created July 27, 2018 05:49 — forked from zxhfighter/tslint.md
tslint 和 codelyzer 规则

TSLint 和 Codelyzer 核心规则

[TOC]

TSLint 核心规则

see tslint core rules

arrow-return-shorthand

@TCircley
TCircley / gist:640c4ed803633b94c03b48fc45d1d0c9
Created November 7, 2016 16:10 — forked from neilcarpenter/gist:8979ea9ed91b10e36af9
Enable Emmet in .JSX files, using Babel JSX Syntax highlighter
// add to Preferences > Key Bindings - User
// see http://stackoverflow.com/a/26619524 for context
{ "keys": ["tab"], "command": "expand_abbreviation_by_tab",
"context": [
{
"operand": "source.js",
"operator": "equal",
"match_all": true,
"key": "selector"