Skip to content

Commit fd97e64

Browse files
eslint update
1 parent 36a4f61 commit fd97e64

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.eslintrc.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import baseConfig from '@elbwalker/eslint';
2+
3+
export default [
4+
...baseConfig,
5+
// Custom configurations
6+
];

packages/destinations/web/meta-pixel/src/setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

packages/sources/walkerjs/src/lib/walker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)