mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages * Fix leaflet lint
This commit is contained in:
@@ -12,7 +12,6 @@ stringify([["1", "2", "3"], ["4", "5", "6"]], {
|
||||
// nothing
|
||||
});
|
||||
|
||||
|
||||
stream = stringify({ delimiter: "," });
|
||||
|
||||
stream.write(["1", "2", "3"]);
|
||||
|
||||
1
types/csv-stringify/index.d.ts
vendored
1
types/csv-stringify/index.d.ts
vendored
@@ -55,7 +55,6 @@ declare namespace stringify {
|
||||
* special values are 'auto', 'unix', 'mac', 'windows', 'unicode'; defaults to 'auto' (discovered in source or 'unix' if no source is specified).
|
||||
*/
|
||||
rowDelimiter?: string;
|
||||
|
||||
}
|
||||
|
||||
interface Stringifier extends NodeJS.ReadWriteStream {
|
||||
|
||||
Reference in New Issue
Block a user