This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2019050db2
angular-cn
/
tslint.json
8 lines
116 B
JSON
Raw
Normal View
History
Unescape
Escape
chore(lint): re-enable linter and fix violations fixes #7798
2016-03-28 17:25:22 -04:00
{
"rules"
:
{
chore(lint): enable duplicateModuleImport tslint check
2016-05-26 18:07:51 -04:00
"duplicateModuleImport"
:
true
,
chore(lint): re-enable linter and fix violations fixes #7798
2016-03-28 17:25:22 -04:00
"semicolon"
:
true
,
"variable-name"
:
false
}
}