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 a05e21d commit a01433dCopy full SHA for a01433d
testlib/src/main/resources/npm/eslint/typescript/styleguide/xo/typescript.clean
@@ -1,9 +1,7 @@
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) {
5
- super(name);
6
- }
+constructor(private readonly myService:Service,name:string,private readonly field:any){ super(name);}
7
8
- // ...
+// ...
9
}
0 commit comments