Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6765fa1

Browse files
committedOct 25, 2021
Remove deprecated accessible-emoji rule from recommended
1 parent 8c6dd0a commit 6765fa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/configs/recommended.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const recommended: Linter.BaseConfig = {
1212
},
1313
plugins: ["vuejs-accessibility"],
1414
rules: {
15-
"vuejs-accessibility/accessible-emoji": "error",
1615
"vuejs-accessibility/alt-text": "error",
1716
"vuejs-accessibility/anchor-has-content": "error",
1817
"vuejs-accessibility/aria-props": "error",

0 commit comments

Comments
 (0)
Please sign in to comment.