mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prettier: change to single quoting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import coreModule from "app/core/core_module";
|
||||
import coreModule from 'app/core/core_module';
|
||||
|
||||
export function react2AngularDirective(
|
||||
name: string,
|
||||
@@ -6,9 +6,9 @@ export function react2AngularDirective(
|
||||
options: any
|
||||
) {
|
||||
coreModule.directive(name, [
|
||||
"reactDirective",
|
||||
'reactDirective',
|
||||
reactDirective => {
|
||||
return reactDirective(component, options);
|
||||
}
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user