We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d651470 commit 0b3f2f7Copy full SHA for 0b3f2f7
src/rules/a11y-use-next-tooltip.js
@@ -1,4 +1,5 @@
1
'use strict'
2
+const url = require('../url')
3
const {getJSXOpeningElementAttribute} = require('../utils/get-jsx-opening-element-attribute')
4
const {getJSXOpeningElementName} = require('../utils/get-jsx-opening-element-name')
5
@@ -9,6 +10,7 @@ module.exports = {
9
10
description: 'recommends the use of @primer/react/next Tooltip component',
11
category: 'Best Practices',
12
recommended: true,
13
+ url: url(module),
14
},
15
fixable: true,
16
schema: [],
0 commit comments