Skip to content

Commit 994e456

Browse files
committed
Try to fix eslint error on github actions
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
1 parent 499572a commit 994e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scriptlets/scriptlets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Ignore this module, because it appears only during build
22
// @ts-ignore
3-
import { getScriptletFunction } from 'scriptlets-func';
43
// eslint-disable-next-line import/order
4+
import { getScriptletFunction } from 'scriptlets-func';
55
import { passSourceAndProps, wrapInNonameFunc } from '../helpers/injector';
66

77
/**

0 commit comments

Comments
 (0)