mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
Cleanup ignore lint error: prefer-const
This commit is contained in:
@@ -887,7 +887,7 @@ function use() {
|
||||
_chai.can.use.any();
|
||||
});
|
||||
|
||||
let expect = chai
|
||||
const expect = chai
|
||||
.use((_chai, util) => {})
|
||||
.use((_chai, util) => {})
|
||||
.expect;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"no-empty-interface": false,
|
||||
"no-inferrable-types": false,
|
||||
"no-redundant-jsdoc-2": false,
|
||||
"no-unnecessary-generics": false,
|
||||
"prefer-const": false
|
||||
"no-unnecessary-generics": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user