mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
chore: update build badge, coverage to 100%, mv DEFAULT_FMT to defaultOptions
This commit is contained in:
@@ -120,6 +120,7 @@ export interface NormalizedFullOptions extends NormalizedOptions {
|
||||
strictVariables: boolean;
|
||||
ownPropertyOnly: boolean;
|
||||
lenientIf: boolean;
|
||||
dateFormat: string;
|
||||
trimTagRight: boolean;
|
||||
trimTagLeft: boolean;
|
||||
trimOutputRight: boolean;
|
||||
@@ -146,6 +147,7 @@ export const defaultOptions: NormalizedFullOptions = {
|
||||
fs: fs,
|
||||
dynamicPartials: true,
|
||||
jsTruthy: false,
|
||||
dateFormat: '%A, %B %-e, %Y at %-l:%M %P %z',
|
||||
trimTagRight: false,
|
||||
trimTagLeft: false,
|
||||
trimOutputRight: false,
|
||||
|
||||
Reference in New Issue
Block a user