// Use eslint for unused variable and parameter detection. // This overlaps with TypeScript noUnusedLocals and noUnusedParameters settings. // TypeScript may only run on a subset of files. Prefer eslint which is more // likely to run on the entire codebase. 'no-unused-vars': 'off',...