eslintrc.extends改为了chrome 46

This commit is contained in:
kuangshen04 2023-09-25 20:34:29 +08:00
parent 100f187850
commit c39d0802ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"extends": "eslint:recommended", "extends": "chrome 46",
"env": { "env": {
"browser": true, "browser": true,
"node": true, "node": true,

View File

@ -34139,7 +34139,7 @@
} }
} }
var history=[]; var history=[];
for(;;){//可以嵌套引用了 while(true){//可以嵌套引用了
if(history.includes(audioname)) break; if(history.includes(audioname)) break;
history.push(audioname); history.push(audioname);
if(typeof audioinfo=='string'&&lib.skill[audioinfo]){ if(typeof audioinfo=='string'&&lib.skill[audioinfo]){