Chore: some test type fixes (#82889)

* some test type fixes

* ignore table-old since it's an angular panel that will be removed
This commit is contained in:
Ashley Harrison
2024-02-16 14:35:26 +00:00
committed by GitHub
parent 82e3e2e558
commit ffb9a4de4a
17 changed files with 120 additions and 249 deletions

View File

@ -5,11 +5,12 @@ import path from 'path';
import { glob } from 'glob';
// Why are we ignoring these?
// They're all deprecated/being removed soon so doesn't make sense to fix types
// They're all deprecated/being removed so doesn't make sense to fix types
const eslintPathsToIgnore = [
'packages/grafana-e2e', // deprecated.
'public/app/angular', // will be removed in Grafana 11
'public/app/plugins/panel/graph', // will be removed alongside angular
'public/app/plugins/panel/table-old', // will be removed alongside angular
];
// Avoid using functions that report the position of the issues, as this causes a lot of merge conflicts