Skip to content

Commit 6553ed6

Browse files
committed
Update dependencies
Also update lint rules to deal with changes to eslint-config-atg.
1 parent 87100ec commit 6553ed6

File tree

6 files changed

+434
-1147
lines changed

6 files changed

+434
-1147
lines changed

cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ const packageTemplateSet = (tsPath, dst) => validateTemplateSet(tsPath)
167167
});
168168
});
169169

170-
171170
/* eslint-disable-next-line no-unused-expressions */
172171
require('yargs')
173172
.command('validate <file>', 'validate given template source file', (yargs) => {

lib/template.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function JsonTransformStrategy(schema, value) {
133133
return value;
134134
}
135135

136-
137136
/**
138137
* MergeStrategy for targeting `test/plain` Content-Type
139138
*/
@@ -210,7 +209,6 @@ Mustache.escape = function escape(text) {
210209
return text;
211210
};
212211

213-
214212
/**
215213
* The main class for loading, manipulating, and rendering templates.
216214
*

0 commit comments

Comments
 (0)