Just had the same issue and found out you need to use FunctionExpression not FunctionDeclaration.
Example:
"@stylistic/indent": ['error', 4, { "FunctionExpression": { parameters: "first", } }],