This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
Ryoc45
/
sheetjs
Watch
1
Fork
0
You've already forked sheetjs
forked from
sheetjs/sheetjs
Code
Pull Requests
Activity
5d433c72b8
sheetjs
/
types
/
tslint.json
7 lines
114 B
JSON
Raw
Normal View
History
Unescape
Escape
xlsx: Linter: Require interfaces to start with 'I' The default rule for DT is that they're *not*, but changing that now would break existing usages of the xlsx typings.
2017-05-12 21:46:54 +00:00
{
Integrate type definitions.
2017-05-13 23:30:01 +00:00
"extends"
:
"dtslint/dtslint.json"
,
xlsx: Linter: Require interfaces to start with 'I' The default rule for DT is that they're *not*, but changing that now would break existing usages of the xlsx typings.
2017-05-12 21:46:54 +00:00
"rules"
:
{
"interface-name"
:
[
true
,
"always-prefix"
]
}
}
Copy Permalink