You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/prefer-prop-type-boolean-first.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/prefer-prop-type-boolean-first
5
5
description: enforce `Boolean` comes first in component prop types
6
+
since: v8.6.0
6
7
---
7
8
# vue/prefer-prop-type-boolean-first
8
9
9
10
> enforce `Boolean` comes first in component prop types
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
0 commit comments