File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
destinations/web/meta-pixel/src Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import baseConfig from '@elbwalker/eslint' ;
2+
3+ export default [
4+ ...baseConfig ,
5+ // Custom configurations
6+ ] ;
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export function setup() {
1212 if ( w . fbq as unknown ) return ;
1313
1414 const n = ( w . fbq = function ( ) : void {
15- // eslint-disable-next-line prefer-spread, prefer-rest-params
1615 n . callMethod ? n . callMethod . apply ( n , arguments ) : n . queue . push ( arguments ) ;
1716 // eslint-disable-next-line @typescript-eslint/no-explicit-any
1817 } ) as any ;
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ export function getTriggerActions(str: string): Walker.TriggersActionGroups {
210210
211211 if ( ! trigger ) return ;
212212
213- // eslint-disable-next-line prefer-const
214213 let [ action , actionParams ] = parseAttribute ( actionAttr || '' ) ;
215214
216215 // Shortcut if trigger and action are the same (click:click)
You can’t perform that action at this time.
0 commit comments