We decided against introducing npm and package.json into the project.
We did add the linting rules, but did not include the precommit hooks or the npm deps. Added installation docs in README for eslint.
I ran the linter through the codebase while doing a general code review. Updated most of the files.
Please let us know if you'd like to add any more config files for eslint or code editor. We'll accept most things as long as it doesn't involve adding package.json file.
Thank you for setting this up @Enubia !
We decided against introducing
npm
andpackage.json
into the project.We did add the linting rules, but did not include the precommit hooks or the
npm
deps. Added installation docs inREADME
foreslint
.I ran the linter through the codebase while doing a general code review. Updated most of the files.
Please let us know if you'd like to add any more config files for eslint or code editor. We'll accept most things as long as it doesn't involve adding
package.json
file.