Create Code Insights on your Bitbucket Server for your ESLint issues.
npm install eslint-code-insights
await addESLintInsights(
{
url: 'https://your-bitbucket-server.example.org',
accessToken: 'gp762nuuoqcoxypju8c569th9wz7q5',
project: 'projectKey',
repo: 'repositorySlug',
commitId: '84eb815afaea6923b08a5514b978d0a404aaf121',
// or use a custom path in order to create a relative path for bitbucket
repositoryRootPath: process.cwd(),
},
['lib/**/*.js']
);