📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: strict-mode.d.ts
import { Linter } from '../index'; export interface StrictMode extends Linter.RulesRecord { /** * Rule to require or disallow strict mode directives. * * @since 0.1.0 * @see https://eslint.org/docs/rules/strict */ 'strict': Linter.RuleEntry<[ 'safe' | 'global' | 'function' | 'never' ]>; }
Save