We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad3511 commit d96463fCopy full SHA for d96463f
src/javascript/prettier.ts
@@ -15,7 +15,7 @@ import {
15
export class Prettier extends BuiltinPrettier {
16
readonly task: Task;
17
18
- constructor(project: NodeProject, options: PrettierOptions) {
+ constructor(project: NodeProject, options: PrettierOptions = {}) {
19
super(project, options);
20
21
// ignore package lockfile
0 commit comments