We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01433d commit 238f6c5Copy full SHA for 238f6c5
testlib/src/main/resources/npm/eslint/typescript/styleguide/xo/typescript.clean
@@ -1,7 +1,9 @@
1
export class MyController extends AbstractController implements DisposeAware, CallbackAware {
2
-public myValue: string[];
+ public myValue: string[];
3
4
-constructor(private readonly myService:Service,name:string,private readonly field:any){ super(name);}
+ constructor(private readonly myService: Service, name: string, private readonly field: any) {
5
+ super(name);
6
+ }
7
-// ...
8
+ // ...
9
}
0 commit comments