You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
My tslint.json is using the UTF8 with BOM encoding, and fails to be read using fs.readFile and JSON.parse (see here).
This is a choice made by nodejs, that fs.readFile* does not remove BOM when present. I think it might be a good idea to strip it by default using for example the strip-bom library.
I'd be glad to do that if you consider it as useful.
Cheers !
The text was updated successfully, but these errors were encountered:
Hi,
My tslint.json is using the UTF8 with BOM encoding, and fails to be read using fs.readFile and JSON.parse (see here).
This is a choice made by nodejs, that fs.readFile* does not remove BOM when present. I think it might be a good idea to strip it by default using for example the strip-bom library.
I'd be glad to do that if you consider it as useful.
Cheers !
The text was updated successfully, but these errors were encountered: