eslint-code-insights
v0.0.1
Published
Code Insights for ESLint
Downloads
1
Maintainers
Readme
Bitbucket Code Insights for ESLint
Create Code Insights on your Bitbucket Server for your ESLint issues.
Installation
npm install eslint-code-insights
Usage
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']
);