This website requires JavaScript.
Explore
Help
Register
Sign In
flip
/
DefinitelyTyped
Watch
1
Star
0
Fork
0
You've already forked DefinitelyTyped
mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced
2026-02-06 19:07:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
DefinitelyTyped
/
types
/
hard-source-webpack-plugin
/
tslint.json
7 lines
87 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add new npm-naming exemptions (#36969) * Add new npm-naming exemptions These packages fail the upcoming requirement that the types package version match a version that exists for the original package. In other words, these packages have a version, like 0.0 or 1.0, that their original package doesn't have. The "npm-naming" lint rule will soon prevent this, so these packages need to be exempt from this rule. * Restore some useful comments/formatting * Update required TS version for stale packages
2019-07-17 21:06:12 +00:00
{
"extends"
:
"dtslint/dt.json"
,
"rules"
:
{
"npm-naming"
:
false
}
#no-publishing-comment No more tabs in json documents, trailing newlines for every document
2020-05-15 19:27:10 +00:00
}
Reference in New Issue
Copy Permalink