chore: 添加leetcode刷题目录忽略配置
This commit is contained in:
parent
4c550895a5
commit
20099fbc42
@ -9,6 +9,7 @@
|
|||||||
"ecmaVersion": "latest",
|
"ecmaVersion": "latest",
|
||||||
"sourceType": "module"
|
"sourceType": "module"
|
||||||
},
|
},
|
||||||
|
"ignores": ["leetcode/*"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-plusplus": "off", // 允许i++,i--
|
"no-plusplus": "off", // 允许i++,i--
|
||||||
"no-use-before-define": "off", // 无需在调用前面定义,之后定义也可以
|
"no-use-before-define": "off", // 无需在调用前面定义,之后定义也可以
|
||||||
|
Loading…
x
Reference in New Issue
Block a user