We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pitfalls
1 parent fac28bc commit 8891092Copy full SHA for 8891092
packages/hint-button-type/src/meta.ts
@@ -4,7 +4,7 @@ import { HintMetadata } from 'hint/dist/src/lib/types';
4
5
const meta: HintMetadata = {
6
docs: {
7
- category: Category.compatibility,
+ category: Category.pitfalls,
8
description: `Check if button has type attribute set`
9
},
10
id: 'button-type',
0 commit comments