Ignore this particular error

This commit is contained in:
Markus Olsson 2020-07-02 17:31:09 +02:00
parent cc36f8b200
commit bf51bc5725

View file

@ -27,6 +27,7 @@ export function enableProgressBarOnIcon(): boolean {
}
/** Should the app enable beta features? */
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore: this will be used again in the future
function enableBetaFeatures(): boolean {
return enableDevelopmentFeatures() || __RELEASE_CHANNEL__ === 'beta'