Skip to content

Commit

Permalink
eslint update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Feb 17, 2025
1 parent 36a4f61 commit fd97e64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import baseConfig from '@elbwalker/eslint';

export default [
...baseConfig,
// Custom configurations
];
1 change: 0 additions & 1 deletion packages/destinations/web/meta-pixel/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function setup() {
if (w.fbq as unknown) return;

const n = (w.fbq = function (): void {
// eslint-disable-next-line prefer-spread, prefer-rest-params
n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments);
// eslint-disable-next-line @typescript-eslint/no-explicit-any
}) as any;
Expand Down
1 change: 0 additions & 1 deletion packages/sources/walkerjs/src/lib/walker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export function getTriggerActions(str: string): Walker.TriggersActionGroups {

if (!trigger) return;

// eslint-disable-next-line prefer-const
let [action, actionParams] = parseAttribute(actionAttr || '');

// Shortcut if trigger and action are the same (click:click)
Expand Down

0 comments on commit fd97e64

Please sign in to comment.