1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

Comply with ESLint.

This commit is contained in:
hexagonhexagon 2020-05-30 14:36:40 -04:00
parent b8bc895906
commit 82d6efa7cd
2 changed files with 11 additions and 11 deletions

View File

@ -111,13 +111,13 @@ export const allApplicationSettings = [
textGetter: rate => rate + " Hz",
category: categoryGame,
restartRequired: false,
changeCb: (app, id) => { },
changeCb: (app, id) => {},
enabled: !IS_DEMO,
}),
new BoolSetting("alwaysMultiplace", categoryGame, (app, value) => { }),
new BoolSetting("abortPlacementOnDeletion", categoryGame, (app, value) => { }),
new BoolSetting("offerHints", categoryGame, (app, value) => { }),
new BoolSetting("alwaysMultiplace", categoryGame, (app, value) => {}),
new BoolSetting("abortPlacementOnDeletion", categoryGame, (app, value) => {}),
new BoolSetting("offerHints", categoryGame, (app, value) => {}),
];
export function getApplicationSettingById(id) {