9bcdaf8 lint: Enforce arrow notation

Authored and Committed by Florian Müllner 5 years ago
    lint: Enforce arrow notation
    
    We replaced all Lang.bind() calls with arrow functions or the standardized
    Function.prototype.bind(), at least for the former eslint has some options
    to ensure that the old custom doesn't sneak back in.
    
        
file modified
+2 -1