iamturns / eslint-config-airbnb-typescript

Airbnb's ESLint config with TypeScript support
MIT License
1.05k stars 98 forks source link

Remove comma-dangle #311

Open cseas opened 1 year ago

cseas commented 1 year ago

typescript-eslint strongly recommends against using the "comma-dangle" rule: https://typescript-eslint.io/rules/comma-dangle/

Since it is part of the original airbnb config, maybe we should just let the eslint one stay as it is instead and remove the override with the equivalent typescript-eslint rule.

Kenneth-Sills commented 3 months ago

Yup! With #354, since the Typescript rule was outright removed, this rule is being migrated to ESLint Stylistic. Once the upstream Airbnb config is updated, the override will be removed entirely.