mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00

This replaces the `ensure-all-text-files-only-ascii` sanity-check with an ESLint rule to only check identifiers in code against being printable ASCII, as there are places where UTF-8 in content is required, which would make the previous check fail. Change-Type: patch