UNPKG

rune-sdk

Version:

Build a multiplayer game played by millions! Your game runs inside the Rune app with 10 million installs across [iOS](https://apps.apple.com/app/rune-games-and-voice-chat/id1450358364) and [Android](https://play.google.com/store/apps/details?id=ai.rune.ti

8 lines (7 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = void 0; var noGlobalScopeMutation = require("./no-global-scope-mutation.js"); exports.rules = { "no-global-scope-mutation": noGlobalScopeMutation, };