mirror of
https://github.com/whscullin/apple1js.git
synced 2025-03-03 07:29:51 +00:00
Upgrade eslint
This commit is contained in:
parent
6f7a73d438
commit
3c89189e8c
@ -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
2028
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user