8.1.tslint
7.1.TSLint
一 概述
3 常识
3.1 angular中tslint.json的提示说明
三 基础
1 配置说明
1.1 默认只支持单引号
1.2 默认的缩进
六 问题
1 已解决
1.1 while statements must be braced (curly)
1.2 comment must start with a space (comment-format)
1.3 file should end with a newline (eofline)
1.4 Declaration of instance field not allowed after declaration of instance method. Instead, this should come at the beginning of the class/interface. (member-ordering)
1.5 Type string trivially inferred from a string literal, remove type annotation (no-inferrable-types)
1.6 Exceeds maximum line length of 140 (max-line-length)
1.7 Class name must be in pascal case (class-name)
1.8 == should be === (triple-equals)
1.9 trailing whitespace (no-trailing-whitespace)
2 未解决
Last updated
Was this helpful?