You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ESLint formatter that uploads results as a report to Bitbucket.
4
+
5
+
[](https://npmjs.org/package/eslint-formatter-bitbucket"View this project on npm")[](https://github.com/Sleavely/eslint-formatter-bitbucket/issues)
6
+
7
+
Bitbucket Reports are useful especially in the context of pullrequests, because any linting errors will appear as annotations in the code diffs.
8
+
9
+
This package was originally forked from [a7madgamal's fork](https://github.com/a7madgamal/eslint-formatter-bitbucket-reports) of [eslint-formatter-bitbucket-reports](https://github.com/spartez/eslint-formatter-bitbucket-reports).
10
+
11
+
## Usage
12
+
13
+
Assuming you have already installed and configured ESLint in your project you only have to install the formatter and use it in your Bitbucket Pipeline.
0 commit comments