mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
chore: fix linting, working on #120
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { FilterImpl } from "./filter-impl";
|
||||
import { FilterImpl } from './filter-impl'
|
||||
|
||||
export type FilterImplOptions = (this: FilterImpl, value: any, ...args: any[]) => any
|
||||
export type FilterImplOptions = (this: FilterImpl, value: any, ...args: any[]) => any
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import Context from "../../context/context";
|
||||
import Context from '../../context/context'
|
||||
|
||||
export interface FilterImpl {
|
||||
context: Context
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user