Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 4 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | export default function save ( { attributes } ) { |
||
|
|||
2 | // Return `null` to use server render callback. |
||
3 | return null; |
||
4 | } |
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.