mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
disable eslint for purposefully unused parameter
This commit is contained in:
@@ -47,6 +47,7 @@ export function uiToolDrawModes(context) {
|
||||
|
||||
|
||||
function enabled(
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
_mode // parameter is currently not used, but might be at some point
|
||||
) {
|
||||
return osmEditable();
|
||||
|
||||
Reference in New Issue
Block a user