1 | 'use strict' |
||
2 | |||
3 | export default function (io) { |
||
0 ignored issues
–
show
|
|||
4 | // |
||
5 | } |
||
6 |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.