chore(lint): ignore max 5 params

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-12-02 16:14:52 -05:00
parent 7d29ef80ba
commit a0a961aa5b
+1
View File
@@ -118,6 +118,7 @@ export const Print = {
return ` ${buildProductString(link, store)} :: IN STOCK, WAITING`;
},
// eslint-disable-next-line max-params
maxPrice(
link: Link,
store: Store,