mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
lint adjustments
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for react-css-collapse 3.6.0
|
||||
// Type definitions for react-css-collapse 3.6
|
||||
// Project: https://github.com/SparebankenVest/react-css-collapse
|
||||
// Definitions by: Daniel Ford <https://github.com/dford07>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -12,7 +12,7 @@ declare module 'react-css-collapse' {
|
||||
transition?: string | null;
|
||||
}
|
||||
class Collapse extends React.Component<Props> {
|
||||
public render(): React.ReactElement<Props>;
|
||||
render(): React.ReactElement<Props>;
|
||||
}
|
||||
export default Collapse;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"no-duplicate-imports": false
|
||||
"no-single-declare-module": false,
|
||||
"no-declare-current-package": false,
|
||||
"no-duplicate-imports": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user