Skip to content

Commit 3b088b9

Browse files
committed
replace with func-name-matching lint rule
1 parent b9947a9 commit 3b088b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"no-console": [0],
7272
"no-unused-labels": [2],
7373
"no-useless-escape": [0],
74-
"func-names": ["error", "never"]
74+
"func-name-matching": ["error", "always"]
7575
}
7676
}

0 commit comments

Comments
 (0)