Add 'comma-dangle': ['error', 'never'] rule to .eslintrc.js to enforce no trailing commas in JavaScript files. This addresses the Codacy review findings from PR #15 that flagged trailing commas in object and array literals as ErrorProne issues. The rule ensures ESLint catches trailing commas automatically going forward. Closes #25
1.0 KiB
1.0 KiB