Daniel Olszewski
Results
1
issues of
Daniel Olszewski
I'm using eslint-plugin-angular version 1.3.0. In one of my Angular services I have a function that accepts a JS object parameter which name is **document**, e.g.: ``` function sampleFunc(document) {...