mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
style: fix linting
This commit is contained in:
@@ -6,7 +6,7 @@ describe('drop/drop', function () {
|
||||
before(() => (liquid = new Liquid()))
|
||||
|
||||
class CustomDrop extends Drop {
|
||||
private name: string = 'NAME'
|
||||
private name = 'NAME'
|
||||
public getName () {
|
||||
return 'GET NAME'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user