Skip to content

Commit

Permalink
Replaced wrong eslintrc keyword "readable" by "readonly".
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Jul 24, 2022
1 parent 1a3d81f commit 06bae21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"yoda": "warn"
},
"globals": {
"console": "readable"
"console": "readonly"
},
"overrides": [
{
Expand All @@ -74,15 +74,15 @@
{
"files": ["res/controllers/common-hid-packet-parser.js"],
"globals": {
"console": "readable",
"console": "readonly",
"print": "writable"
}
},
{
"files": ["res/controllers/*.js"],
"excludedFiles": "res/controllers/common-hid-packet-parser.js",
"globals": {
"console": "readable",
"console": "readonly",
"svg": "writable",
"HIDController": "writable",
"HIDDebug": "writable",
Expand Down

0 comments on commit 06bae21

Please sign in to comment.