diff --git a/coffeelint.json b/coffeelint.json index b3bed36b7da..3601688981a 100644 --- a/coffeelint.json +++ b/coffeelint.json @@ -7,5 +7,8 @@ }, "no_empty_param_list": { "level": "error" + }, + "no_unnecessary_fat_arrows": { + "level": "ignore" } }