The ongoing permissions denied disaster of 2026 (#22609)

well let's try to fix this

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2026-06-05 18:18:43 +02:00
committed by GitHub
co-authored by Matt Atlas
parent 84d0301ed5
commit 5d7d7f7e2f
7 changed files with 11 additions and 9 deletions
+10 -3
View File
@@ -47,16 +47,23 @@
"useHookAtTopLevel": "off"
},
"security": {
"noDangerouslySetInnerHtml": "warn"
"noDangerouslySetInnerHtml": "off"
},
"style": {
"noNonNullAssertion": "off",
"useSelfClosingElements": "error"
"useSelfClosingElements": "error",
"useTemplate": "off",
"useNodejsImportProtocol": "off"
},
"suspicious": {
"noArrayIndexKey": "off",
"noExplicitAny": "off",
"noImplicitAnyLet": "off"
"noImplicitAnyLet": "off",
"noShadowRestrictedNames": "off"
},
"complexity": {
"noImportantStyles": "off",
"useOptionalChain": "off"
}
}
},
@@ -99,7 +99,7 @@ export const InvalidWindow = (props) => {
<Section>
<BlockQuote>
{data.nocons
? 'No scanner bed detected.'
? 'No scanner bed detected. TEST EDIT'
: !data.occupied
? 'No occupant detected.'
: data.ipc
-1
View File
@@ -261,7 +261,6 @@ const ManualSection = (act, data) => (
gap: '0.75rem',
gridTemplateColumns: 'repeat(3, minmax(0, 1fr))',
}}
border="1px solid"
>
<ManualControl label="Roll Port">
<Button
@@ -9,11 +9,9 @@ import {
DraggableControl,
Icon,
Input,
Knob,
LabeledList,
NumberInput,
Section,
Slider,
} from 'tgui-core/components';
import { useLocalState } from '../backend';
@@ -9,11 +9,9 @@ import {
DraggableControl,
Icon,
Input,
Knob,
LabeledList,
NumberInput,
Section,
Slider,
} from 'tgui-core/components';
import { useLocalState } from '../backend';
Regular → Executable
View File
Regular → Executable
View File