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:
parent
b8bc895906
commit
82d6efa7cd
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user