mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-22 17:18:50 +00:00
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:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user