This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
DanielleZror
/
sheetjs
Watch
1
Fork
0
You've already forked sheetjs
forked from
sheetjs/sheetjs
Code
Pull Requests
Activity
1b6436c351
sheetjs
/
types
/
tslint.json
7 lines
109 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
{
"extends"
:
"dtslint/dt.json"
,
"rules"
:
{
"interface-name"
:
[
true
,
"always-prefix"
]
}
}
Copy Permalink