mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed functions to arrow functions for only-arrow-functions rule.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let templates = (require as any).context('../', true, /\.html$/);
|
||||
templates.keys().forEach(function(key) {
|
||||
templates.keys().forEach(key => {
|
||||
templates(key);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user