Skip to content
Commit 2a6140ae authored by Björn Geuken's avatar Björn Geuken
Browse files

[frontend] Add js style rule: Prohibit unused variables

Disallows unused variables and functions. Some of our functions are
called via inline javascript. Hence we have to disable jshint for these
lines.

I tried disabling only this one cop for the line of code as described in
their documentation. Unfortunately this did not work.
parent a439c3e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment