Algo-Phantoms / Algo-Phantoms-Frontend

Website of Algo Phantoms, an Open Source organization focuses on Data Structure and Algorithms.
https://algo-phantoms.github.io/Algo-Phantoms-Frontend/
MIT License
94 stars 192 forks source link

To add inline JS support to eslint #518

Open subhangi2731 opened 3 years ago

subhangi2731 commented 3 years ago

I will add inline JS support extensions to ESlint

subhangi2731 commented 3 years ago

@ravikr126 please assign me this issue

harikesh409 commented 3 years ago

go ahead.

subhangi2731 commented 3 years ago

@harikesh409 thanks please assign the labels

subhangi2731 commented 3 years ago

@harikesh409 @ravikr126 can I add a package.json to add the package HTML plugin please reply

harikesh409 commented 3 years ago

@harikesh409 @ravikr126 can I add a package.json to add the package HTML plugin please reply

Do not add package.json as it is not any nodejs project just add the .eslintrc.json and .prettierrc files which are used by vs code or any other editor to format the project, later we can add actions in GitHub to perform linting on every PR.