mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-13 04:12:50 +00:00
* 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
19 lines
556 B
JSON
19 lines
556 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-internal-module": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-trailing-whitespace": false,
|
|
"jsdoc-format": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false,
|
|
"unified-signatures": false,
|
|
"npm-naming": false
|
|
}
|
|
} |