🌐 AI搜索 & 代理 主页
Skip to content

Commit 41e43a3

Browse files
rzzfwaynzh
andauthored
Update lib/rules/no-undef-directives.js
Co-authored-by: Wayne Zhang <waynzh19@gmail.com>
1 parent a68a425 commit 41e43a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-undef-directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function isDefinedInOptions(rawName, definedNames) {
7272

7373
module.exports = {
7474
meta: {
75-
type: 'problem',
75+
type: 'suggestion',
7676
docs: {
7777
description: 'disallow use of undefined custom directives',
7878
categories: undefined,

0 commit comments

Comments
 (0)