Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 6, 2024
1 parent 7ac287e commit 3c5884e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collectors/CMPCollector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable max-lines */

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Type '{ enabled: true; autoAction: "optOut"; disabledCmps: undefined[]; enablePrehide: false; enableCosmeticRules: true; enableFilterList: true; enableHeuristicDetection: boolean; detectRetries: number; isMainWorld: false; }' is not assignable to type 'Partial<Config>'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Property 'heuristicPatterns' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Parameter 'x' implicitly has an 'any' type.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Property 'heuristicSnippets' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Parameter 'x' implicitly has an 'any' type.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Type '{ enabled: true; autoAction: "optOut"; disabledCmps: undefined[]; enablePrehide: false; enableCosmeticRules: true; enableFilterList: true; enableHeuristicDetection: boolean; detectRetries: number; isMainWorld: false; }' is not assignable to type 'Partial<Config>'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Property 'heuristicPatterns' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Parameter 'x' implicitly has an 'any' type.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Property 'heuristicSnippets' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Parameter 'x' implicitly has an 'any' type.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Type '{ enabled: true; autoAction: "optOut"; disabledCmps: undefined[]; enablePrehide: false; enableCosmeticRules: true; enableFilterList: true; enableHeuristicDetection: boolean; detectRetries: number; isMainWorld: false; }' is not assignable to type 'Partial<Config>'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Property 'heuristicPatterns' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Parameter 'x' implicitly has an 'any' type.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Property 'heuristicSnippets' does not exist on type 'ConsentState'.

Check failure on line 1 in collectors/CMPCollector.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Parameter 'x' implicitly has an 'any' type.
const fs = require('fs');
const createDeferred = require('../helpers/deferred');
const waitFor = require('../helpers/waitFor');
const BaseCollector = require('./BaseCollector');

Expand Down

0 comments on commit 3c5884e

Please sign in to comment.