I added a very basic Travis pipeline to the project. It installs all dependencies, runs the linter and builds the project as specified in the package.json. The test command is inactive for now, we can add it when tests are ready.
I made fixes to the code to comply with the rules set out in the .eslintrc. The package-lock file was also removed for it is not really useful for packages like this.
I added a very basic Travis pipeline to the project. It installs all dependencies, runs the linter and builds the project as specified in the
package.json
. Thetest
command is inactive for now, we can add it when tests are ready.I made fixes to the code to comply with the rules set out in the
.eslintrc
. Thepackage-lock
file was also removed for it is not really useful for packages like this.