You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"// 1": [0, "@typescript-eslint/recommended turns no-unused-vars off, as it does not play nicely with TypeScript. Unfortunately, @mollie/eslint-config-base turns it back on."],
"no-unused-vars": "off",
"// 2": [0, "This rule warns about use of the arguments object, which is used deliberately in this project."],
"prefer-rest-params": "off",
"// 3": [0, "This project uses starred block comments (documentation for external consumption) and line comments (throughout-code clarifications)."],