mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
style: introduce @typescript-eslint/recommended
This commit is contained in:
@@ -85,7 +85,7 @@ describe('tags/include', function () {
|
||||
})
|
||||
it('should support include: with as Liquid Drop', async function () {
|
||||
class ColorDrop extends Liquid.Types.Drop {
|
||||
valueOf (): string {
|
||||
public valueOf (): string {
|
||||
return 'red!'
|
||||
}
|
||||
}
|
||||
@@ -98,7 +98,7 @@ describe('tags/include', function () {
|
||||
})
|
||||
it('should support include: with passed as Liquid Drop', async function () {
|
||||
class ColorDrop extends Liquid.Types.Drop {
|
||||
valueOf (): string {
|
||||
public valueOf (): string {
|
||||
return 'red!'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user