mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
Cleanup ignore lint error: no-single-declare-module
This commit is contained in:
11
types/chai/index.d.ts
vendored
11
types/chai/index.d.ts
vendored
@@ -10,6 +10,7 @@
|
||||
// Gintautas Miselis <https://github.com/Naktibalda>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
// <reference types="assertion-error"/>
|
||||
|
||||
declare namespace Chai {
|
||||
@@ -1651,10 +1652,10 @@ declare namespace Chai {
|
||||
|
||||
declare const chai: Chai.ChaiStatic;
|
||||
|
||||
declare module "chai" {
|
||||
export = chai;
|
||||
}
|
||||
export = chai;
|
||||
|
||||
interface Object {
|
||||
should: Chai.Assertion;
|
||||
declare global {
|
||||
interface Object {
|
||||
should: Chai.Assertion;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"no-empty-interface": false,
|
||||
"no-inferrable-types": false,
|
||||
"no-redundant-jsdoc-2": false,
|
||||
"no-single-declare-module": false,
|
||||
"no-unnecessary-class": false,
|
||||
"no-unnecessary-generics": false,
|
||||
"prefer-const": false,
|
||||
|
||||
Reference in New Issue
Block a user