finos/cla-bot

Reinstate linting in package.json when PR 166 and Issue 164 are resolved

Opened this issue · 0 comments

Reinstate linting in package.json when PR 166 and Issue 164 are resolved

Due to differences in linting behaviour on local machines vs TravisCI, linting will be disabled when PR #166 is accepted and merged.

The linting issue has been reported and is currently being resolved through issue #164

Proposed Solution

The following test config should be added back to package.json after PR #166 has been accepted and #164 has been resolved.

"test": "npm run lint && jasmine"