* eslint: Enable curly and brace-style * yarn lint --fix
* Enable indent linting via ESLint * yarn run lint:fix
* eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments