ignore lgtm unused-local-variable warning in dashboard js files

This commit is contained in:
REJack
2020-11-30 09:43:22 +01:00
parent 480b63121c
commit a2d25ca035
3 changed files with 6 additions and 0 deletions

View File

@@ -265,3 +265,5 @@ $(function () {
options: salesGraphChartOptions
})
})
// lgtm [js/unused-local-variable]

View File

@@ -266,3 +266,5 @@ $(function () {
// ]
// })
})
// lgtm [js/unused-local-variable]

View File

@@ -143,3 +143,5 @@ $(function () {
}
})
})
// lgtm [js/unused-local-variable]