mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
style: fix linting
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
export class Token {
|
||||
public trimLeft: boolean = false
|
||||
public trimRight: boolean = false
|
||||
public type: string = 'notset'
|
||||
public trimLeft = false
|
||||
public trimRight = false
|
||||
public type = 'notset'
|
||||
public line: number
|
||||
public col: number
|
||||
public raw: string
|
||||
|
||||
Reference in New Issue
Block a user