Build: Update ESLint & eslint-plugin-import, fixing the build
commit9735edd5cb7b5ef30bb8acc4d7596a1410a971cc
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 29 Oct 2021 21:43:13 +0000 (29 23:43 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 21:43:13 +0000 (29 23:43 +0200)
treef4328df74215a4b7f0f78a3ef44d23d32939cb5d
parente124893132d7a979d7987f978e968a1f889348b6
Build: Update ESLint & eslint-plugin-import, fixing the build

Latest `main` started failing the build after some transitive dependencies
got updated, incorrectly recognizing some files with default exports as unused.

Since the new ESLint no longer supports Node 10 which we have to build on due
to use in our CI, skip ESLint in Node 10.

Ref gh-3225
Closes gh-4961
Gruntfile.js
package.json