Skip to content

Commit

Permalink
eslintrc: remove deprecated print() method from globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 11, 2021
1 parent a4333d9 commit adbe45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"globals": {
"console": "writable",
"svg": "writable",
"print": "readonly",
"HIDController": "writable",
"HIDDebug": "writable",
"HIDPacket": "writable",
Expand Down

0 comments on commit adbe45c

Please sign in to comment.