the-browser-toolbox / save-notes

Quickly save text when you like!
GNU General Public License v3.0
3 stars 15 forks source link

Add linting and formatting #8

Closed adityabisoi closed 3 years ago

adityabisoi commented 3 years ago

For consistency in styling, linters, and code formatters are used. The most popular ones for JavaScript are ESLint and Prettier. Add linting and formatting support to the project.

Tip: Use the configuration files and scripts at https://gitlab.com/adityabisoi/aossie-scholar

aashu commented 3 years ago

hey @adityabisoi , i would like to work on this issue. can you please assign it to me?

if i understand correctly i have to put config files and add relavant package in package.json taking reference from gitlab repo ?

adityabisoi commented 3 years ago

@aashu Yes. Go ahead.