mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
style: introduce @typescript-eslint/recommended
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
export abstract class Drop {
|
||||
valueOf (): any {
|
||||
public valueOf (): any {
|
||||
return undefined
|
||||
}
|
||||
|
||||
liquidMethodMissing (key: string): Promise<string | undefined> | string | undefined {
|
||||
public liquidMethodMissing (key: string): Promise<string | undefined> | string | undefined {
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user