jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Avoid unused var warning in fs.ts #282

Closed squaremo closed 4 years ago

squaremo commented 4 years ago

Removes a warning from eslint over an unused var, that is provoked by having a function that ignores its argument (which was declared for the sake of showing that it will normally be given an argument ..)