Closed andreineculau closed 5 years ago
because at least one @typescript-eslint/no-unused-vars is not a superset of no-unused-vars, and thus we should not set no-unused-vars: off
@typescript-eslint/no-unused-vars
no-unused-vars
no-unused-vars: off
https://github.com/tobiipro/eslint-config-firecloud/blob/master/configs/typescript.js#L97-L131
on a secondary look, it is a superset
https://github.com/typescript-eslint/typescript-eslint/blob/4edf0d7/packages/eslint-plugin/src/rules/no-unused-vars.ts#L22
because at least one
@typescript-eslint/no-unused-vars
is not a superset ofno-unused-vars
, and thus we should not setno-unused-vars: off
https://github.com/tobiipro/eslint-config-firecloud/blob/master/configs/typescript.js#L97-L131