Upgrade eslint

This commit is contained in:
Will Scullin 2021-11-26 13:07:26 -08:00
parent 6f7a73d438
commit 3c89189e8c
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
3 changed files with 953 additions and 1081 deletions

View File

@ -1255,9 +1255,7 @@ export default function CPU6502(options)
if (is65C02) {
for (var key in cops) {
if (cops.hasOwnProperty(key)) {
ops[key] = cops[key];
}
ops[key] = cops[key];
}
}

2028
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
"@babel/preset-env": "^7.4.2",
"ajv": "^6.9.2",
"babel-jest": "^26.3.0",
"eslint": "^5.16.0",
"eslint": "^8.3.0",
"jest": "^27.3.1",
"node-forge": "^0.10.0",
"webpack": "^5.64.4",