Update @balena/lint to v7

This updates balena lint to the latest version to enable eslint support
and unblock Typescript updates. This is a huge number of changes as the
linting rules are much more strict now, requiring modifiying most files
in the codebase. This commit also bumps the test dependency `rewire` as
that was interfering with the update of balena-lint

Change-type: patch
This commit is contained in:
Felipe Lalanne
2024-02-29 19:00:39 -03:00
parent 8750951521
commit 988a1c9e9a
136 changed files with 7256 additions and 2756 deletions

View File

@ -1,5 +1,6 @@
import { expect } from 'chai';
import { testfs, TestFs } from 'mocha-pod';
import type { TestFs } from 'mocha-pod';
import { testfs } from 'mocha-pod';
import * as osRelease from '~/lib/os-release';