ci: Remove eslint diff plugin. Run full linting on PRs (no-changelog) (#7175)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-09-14 16:55:06 +02:00
committed by GitHub
parent 54bf66d335
commit c18ba370d5
5 changed files with 4 additions and 39 deletions

View File

@@ -3,7 +3,6 @@ import {
MAPPING_COLUMNS_RESPONSE,
NODE_PARAMETER_VALUES,
UPDATED_SCHEMA,
getLatestValueChangeEvent,
} from './utils/ResourceMapper.utils';
import { useNodeTypesStore } from '@/stores/nodeTypes.store';
import { waitAllPromises } from '@/__tests__/utils';