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.
2 parents 2f8f9c4 + 34f3943 commit a9b714fCopy full SHA for a9b714f
.changeset/curvy-games-exist.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-primer-react': patch
3
4
+
5
+Removes `Link`, `Spinner` and `TabNav.Link` from component mapping
src/configs/components.js
@@ -3,8 +3,6 @@ const { flattenComponents } = require('../utils/flatten-components');
const components = flattenComponents({
Button: 'button',
IconButton: 'button',
6
- Link: 'a',
7
- Spinner: 'svg',
8
ToggleSwitch: 'button',
9
Radio: 'input',
10
Checkbox: 'input',
@@ -18,7 +16,6 @@ const components = flattenComponents({
18
16
self: 'select',
19
17
},
20
TabNav: {
21
22
self: 'nav',
23
24
})
0 commit comments