mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
fix(@schematics/angular): remove trailing comma in karma conf
We usually don't have trailing commas in the generated code of the CLI (and this one makes the linter/formatter angry).
This commit is contained in:
parent
2a1b6b1dc7
commit
8e8a51c3fa
@ -21,7 +21,7 @@ module.exports = function (config) {
|
|||||||
reporters: [
|
reporters: [
|
||||||
{ type: 'html' },
|
{ type: 'html' },
|
||||||
{ type: 'text-summary' }
|
{ type: 'text-summary' }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
reporters: ['progress', 'kjhtml'],
|
reporters: ['progress', 'kjhtml'],
|
||||||
port: 9876,
|
port: 9876,
|
||||||
|
@ -21,7 +21,7 @@ module.exports = function (config) {
|
|||||||
reporters: [
|
reporters: [
|
||||||
{ type: 'html' },
|
{ type: 'html' },
|
||||||
{ type: 'text-summary' }
|
{ type: 'text-summary' }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
reporters: ['progress', 'kjhtml'],
|
reporters: ['progress', 'kjhtml'],
|
||||||
port: 9876,
|
port: 9876,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user