Scaffold: Use standard ESLint options (#3498)
This commit is contained in:
parent
03432718e3
commit
071bf06995
1 changed files with 1 additions and 1 deletions
|
@ -2263,7 +2263,7 @@ var Scaffold = new function () {
|
|||
try {
|
||||
let proc = await Subprocess.call({
|
||||
command: eslintPath,
|
||||
arguments: ['-o', '-', '--', translatorPath],
|
||||
arguments: ['--format', 'json', '--', translatorPath],
|
||||
});
|
||||
let lintOutput = '';
|
||||
let chunk;
|
||||
|
|
Loading…
Add table
Reference in a new issue