Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/tslint.json

11 lines
255 B
JSON
Raw Normal View History

chore(lint): re-enable linter and fix violations fixes #7798
2016-03-28 14:25:22 -07:00
{
"rules": {
chore(lint): enable requireInternalWithUnderscore tslint check
2016-05-27 09:16:46 -07:00
"requireInternalWithUnderscore": true,
chore(lint): enable duplicateModuleImport tslint check
2016-05-26 15:07:51 -07:00
"duplicateModuleImport": true,
chore(lint): Add lint check for license headers Added a tslint check to make sure all source files begin with a license header (at the very beginning or after a `#!`). Relates to #9380
2016-06-23 09:46:32 -07:00
"enforce-copyright-header": true,
chore(lint): enable lint check for duplicate vars
2016-07-13 10:28:11 -07:00
"no-duplicate-variable": true,
chore(lint): re-enable linter and fix violations fixes #7798
2016-03-28 14:25:22 -07:00
"semicolon": true,
chore(lint): remove unused lint checks Now that we have --noImplicitAny we don't need these checks for explicit types in specific locations. Also re-enable the check to disallow keywords as variable names.
2016-06-08 17:36:29 -07:00
"variable-name": [true, "ban-keywords"]
chore(lint): re-enable linter and fix violations fixes #7798
2016-03-28 14:25:22 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 47ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API