Skip to content

Commit 0b3f2f7

Browse files
Add docs link
1 parent d651470 commit 0b3f2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/a11y-use-next-tooltip.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'use strict'
2+
const url = require('../url')
23
const {getJSXOpeningElementAttribute} = require('../utils/get-jsx-opening-element-attribute')
34
const {getJSXOpeningElementName} = require('../utils/get-jsx-opening-element-name')
45

@@ -9,6 +10,7 @@ module.exports = {
910
description: 'recommends the use of @primer/react/next Tooltip component',
1011
category: 'Best Practices',
1112
recommended: true,
13+
url: url(module),
1214
},
1315
fixable: true,
1416
schema: [],

0 commit comments

Comments
 (0)