dscvitc / dscvitchennai

GDSC VIT Chennai Official website
https://gdscvitc.eu.org/
MIT License
23 stars 42 forks source link

Enable ESLint #112

Closed ThEditor closed 1 year ago

ThEditor commented 1 year ago

Description

In most files eslint has been disabled. There is no point of having a linter if it's disabled. Also, lint escapes shouldn't be made for the entire file.

Expected Behaviour

ESLint enabled and properly ensuring linting rules.

What happened?

ESLint is disabled in almost every file

Version

latest

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct

ThEditor commented 1 year ago

I'm up for working on this issue, I'll create a PR soon.