Closed helio-frota closed 1 year ago
This PR can be merged with no harm
Suggestions:
lint
to pretest
so that it will run automatically every time you run the tests.--fix
option later to automatically try to fix some linting errors in the future"lint": "eslint --fix --ignore-path .gitignore .",
This PR is related to https://github.com/infinispan/js-client/issues/81 but does not fixes the lint issues found, that is just the setup in a way that does not block the CI.
Once merged that will also help with the TS support effort https://github.com/infinispan/js-client/pull/93 as the linter is looking for proper JSDoc syntax.
@rigazilla @NeerajGartia21 I changed to a draft PR I think that is the best and we don't need to merge this. So you can decide to apply or not based in your future PRs.
Also because the intention is not to make impact in the dev process flow of the team :+1:
merged thanks @helio-frota