Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc94f13f

Browse files
ST-DDTwaynzh
authored andcommitted
chore: rename var
1 parent42e0ca5 commitc94f13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/rules/syntaxes/slot-attribute.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
constoptions=context.options[0]||{}
1919
const{ ignore=[], ignoreParents=[]}=options
2020
constisAnyIgnored=regexp.toRegExpGroupMatcher(ignore)
21-
constisAnyParentIgnored=regexp.toRegExpGroupMatcher(ignoreParents)
21+
constisParentIgnored=regexp.toRegExpGroupMatcher(ignoreParents)
2222

2323
constsourceCode=context.getSourceCode()
2424
consttokenStore=
@@ -140,7 +140,7 @@ module.exports = {
140140

141141
constparent=component.parent
142142
constparentName=isVElement(parent) ?parent.rawName :null
143-
if(parentName&&isAnyParentIgnored(parentName)){
143+
if(parentName&&isParentIgnored(parentName)){
144144
return
145145
}
146146

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp