mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +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",
|
textGetter: rate => rate + " Hz",
|
||||||
category: categoryGame,
|
category: categoryGame,
|
||||||
restartRequired: false,
|
restartRequired: false,
|
||||||
changeCb: (app, id) => { },
|
changeCb: (app, id) => {},
|
||||||
enabled: !IS_DEMO,
|
enabled: !IS_DEMO,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
new BoolSetting("alwaysMultiplace", categoryGame, (app, value) => { }),
|
new BoolSetting("alwaysMultiplace", categoryGame, (app, value) => {}),
|
||||||
new BoolSetting("abortPlacementOnDeletion", categoryGame, (app, value) => { }),
|
new BoolSetting("abortPlacementOnDeletion", categoryGame, (app, value) => {}),
|
||||||
new BoolSetting("offerHints", categoryGame, (app, value) => { }),
|
new BoolSetting("offerHints", categoryGame, (app, value) => {}),
|
||||||
];
|
];
|
||||||
|
|
||||||
export function getApplicationSettingById(id) {
|
export function getApplicationSettingById(id) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user