mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 22:37:31 +08:00
ember: Fix no-unnecessary-class error (#26392)
This commit is contained in:
2
types/ember/index.d.ts
vendored
2
types/ember/index.d.ts
vendored
@@ -2368,7 +2368,7 @@ declare module 'ember' {
|
||||
function Exception(message: string): void;
|
||||
class SafeString {
|
||||
constructor(str: string);
|
||||
static toString(): string;
|
||||
toString(): string;
|
||||
}
|
||||
function parse(string: string): any;
|
||||
function print(ast: any): void;
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
"only-arrow-functions": false,
|
||||
"no-submodule-imports": false,
|
||||
|
||||
"no-unnecessary-class": false,
|
||||
|
||||
// false positives
|
||||
"unified-signatures": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user