archive.codeforcause.org icon indicating copy to clipboard operation
archive.codeforcause.org copied to clipboard

make semi colon field = always in eslint

Open ArunTeltia opened this issue 4 years ago • 0 comments

we can add semi rule to eslint so that semi colon is added to the places where one forget to add after running npm run format

Eslint docs: https://eslint.org/docs/rules/semi

Summary of Requirements

  • [x] New rule added to eslint rc
  • [ ] npm run format used to fix any violators

I want to work on this

ArunTeltia avatar Oct 05 '20 03:10 ArunTeltia