UNPKG
@sourcegraph/eslint-plugin-sourcegraph
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Eslint plugin Sourcegraph
github.com/sourcegraph/codemod
sourcegraph/codemod
@sourcegraph/eslint-plugin-sourcegraph
/
dist
/
configs
/
all.js
3 lines
•
160 B
JavaScript
View Raw
1
2
3
"use strict"
;
module
.
exports
= {
extends
: [
'./configs/base'
],
rules
: {
'@sourcegraph/sourcegraph/check-help-links'
:
'error'
} };
//# sourceMappingURL=all.js.map