fix es-lint
This commit is contained in:
@@ -2802,11 +2802,6 @@
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
"public/app/features/manage-dashboards/components/ImportDashboardOverview.tsx": {
|
||||
"react-prefer-function-component/react-prefer-function-component": {
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
"public/app/features/manage-dashboards/state/actions.ts": {
|
||||
"@typescript-eslint/consistent-type-assertions": {
|
||||
"count": 1
|
||||
|
||||
@@ -46,6 +46,7 @@ interface State {
|
||||
uidReset: boolean;
|
||||
}
|
||||
|
||||
// disabling this rule, eventually we will migrate to function components and also stop using redux
|
||||
// eslint-disable-next-line react-prefer-function-component/react-prefer-function-component
|
||||
class ImportDashboardOverviewUnConnected extends PureComponent<Props, State> {
|
||||
state: State = {
|
||||
|
||||
Reference in New Issue
Block a user