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:
Andy
2017-03-31 11:01:26 -07:00
committed by GitHub
parent 2aa40c2ca7
commit b6c343f2b3
114 changed files with 1727 additions and 1678 deletions

View File

@@ -12,7 +12,6 @@ stringify([["1", "2", "3"], ["4", "5", "6"]], {
// nothing
});
stream = stringify({ delimiter: "," });
stream.write(["1", "2", "3"]);

View File

@@ -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 {