0.0.1 • Published 3 years ago

eslint-code-insights v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm npm GitHub code size in bytes NPM

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']
);