Skip to content

Commit

Permalink
Try to fix eslint error on github actions
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/scriptlets from fix/eslint2 to master

Squashed commit of the following:

commit 3ddcf3c
Author: Maxim Topciu <[email protected]>
Date:   Wed Nov 13 12:10:42 2024 +0200

    try to fix eslint error on github actions
  • Loading branch information
maximtop committed Nov 13, 2024
1 parent 499572a commit 994e456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/scriptlets.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Ignore this module, because it appears only during build
// @ts-ignore
import { getScriptletFunction } from 'scriptlets-func';
// eslint-disable-next-line import/order
import { getScriptletFunction } from 'scriptlets-func';
import { passSourceAndProps, wrapInNonameFunc } from '../helpers/injector';

/**
Expand Down

0 comments on commit 994e456

Please sign in to comment.