Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
vendor /
twbs /
bootstrap /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-sr-x
2024-02-14 08:51
build
[ DIR ]
drwxr-sr-x
2024-02-14 08:50
dist
[ DIR ]
drwxr-sr-x
2024-02-14 08:51
js
[ DIR ]
drwxr-sr-x
2024-02-14 08:51
nuget
[ DIR ]
drwxr-sr-x
2024-02-14 08:50
scss
[ DIR ]
drwxr-sr-x
2024-02-14 08:51
site
[ DIR ]
drwxr-sr-x
2024-02-14 08:52
.babelrc.js
162
B
-rw-r--r--
2024-02-14 08:50
.browserslistrc
175
B
-rw-r--r--
2024-02-14 08:50
.bundlewatch.config.json
1.3
KB
-rw-r--r--
2024-02-14 08:50
.cspell.json
2.06
KB
-rw-r--r--
2024-02-14 08:50
.editorconfig
167
B
-rw-r--r--
2024-02-14 08:50
.eslintignore
97
B
-rw-r--r--
2024-02-14 08:50
.eslintrc.json
4.45
KB
-rw-r--r--
2024-02-14 08:50
.gitattributes
177
B
-rw-r--r--
2024-02-14 08:50
.gitignore
454
B
-rw-r--r--
2024-02-14 08:50
.npmrc
19
B
-rw-r--r--
2024-02-14 08:50
.stylelintignore
55
B
-rw-r--r--
2024-02-14 08:50
.stylelintrc.json
1.38
KB
-rw-r--r--
2024-02-14 08:50
CODE_OF_CONDUCT.md
5.36
KB
-rw-r--r--
2024-02-14 08:50
LICENSE
1.07
KB
-rw-r--r--
2024-02-14 08:50
README.md
13.22
KB
-rw-r--r--
2024-02-14 08:50
SECURITY.md
471
B
-rw-r--r--
2024-02-14 08:50
composer.json
667
B
-rw-r--r--
2024-02-14 08:50
hugo.yml
3.71
KB
-rw-r--r--
2024-02-14 08:50
package-lock.json
751.11
KB
-rw-r--r--
2024-02-14 08:50
package.js
484
B
-rw-r--r--
2024-02-14 08:50
package.json
9.43
KB
-rw-r--r--
2024-02-14 08:50
Save
Rename
{ "root": true, "extends": [ "plugin:import/errors", "plugin:import/warnings", "plugin:unicorn/recommended", "xo", "xo/browser" ], "rules": { "arrow-body-style": "off", "capitalized-comments": "off", "comma-dangle": [ "error", "never" ], "import/extensions": [ "error", "ignorePackages", { "js": "always" } ], "import/first": "error", "import/newline-after-import": "error", "import/no-absolute-path": "error", "import/no-amd": "error", "import/no-cycle": [ "error", { "ignoreExternal": true } ], "import/no-duplicates": "error", "import/no-extraneous-dependencies": "error", "import/no-mutable-exports": "error", "import/no-named-as-default": "error", "import/no-named-as-default-member": "error", "import/no-named-default": "error", "import/no-self-import": "error", "import/no-unassigned-import": [ "error" ], "import/no-useless-path-segments": "error", "import/order": "error", "indent": [ "error", 2, { "MemberExpression": "off", "SwitchCase": 1 } ], "max-params": [ "warn", 5 ], "multiline-ternary": [ "error", "always-multiline" ], "new-cap": [ "error", { "properties": false } ], "no-console": "error", "no-negated-condition": "off", "object-curly-spacing": [ "error", "always" ], "operator-linebreak": [ "error", "after" ], "prefer-template": "error", "semi": [ "error", "never" ], "strict": "error", "unicorn/explicit-length-check": "off", "unicorn/filename-case": "off", "unicorn/no-array-callback-reference": "off", "unicorn/no-array-method-this-argument": "off", "unicorn/no-null": "off", "unicorn/no-typeof-undefined": "off", "unicorn/no-unused-properties": "error", "unicorn/numeric-separators-style": "off", "unicorn/prefer-array-flat": "off", "unicorn/prefer-at": "off", "unicorn/prefer-dom-node-dataset": "off", "unicorn/prefer-module": "off", "unicorn/prefer-query-selector": "off", "unicorn/prefer-spread": "off", "unicorn/prefer-string-replace-all": "off", "unicorn/prevent-abbreviations": "off" }, "overrides": [ { "files": [ "build/**" ], "env": { "browser": false, "node": true }, "parserOptions": { "sourceType": "module" }, "rules": { "no-console": "off", "unicorn/prefer-top-level-await": "off" } }, { "files": [ "js/**" ], "parserOptions": { "sourceType": "module" } }, { "files": [ "js/tests/*.js", "js/tests/integration/rollup*.js" ], "env": { "node": true }, "parserOptions": { "sourceType": "script" } }, { "files": [ "js/tests/unit/**" ], "env": { "jasmine": true }, "rules": { "no-console": "off", "unicorn/consistent-function-scoping": "off", "unicorn/no-useless-undefined": "off", "unicorn/prefer-add-event-listener": "off" } }, { "files": [ "js/tests/visual/**" ], "plugins": [ "html" ], "settings": { "html/html-extensions": [ ".html" ] }, "rules": { "no-console": "off", "no-new": "off", "unicorn/no-array-for-each": "off" } }, { "files": [ "scss/tests/**" ], "env": { "node": true }, "parserOptions": { "sourceType": "script" } }, { "files": [ "site/**" ], "env": { "browser": true, "node": false }, "parserOptions": { "sourceType": "script", "ecmaVersion": 2019 }, "rules": { "no-new": "off", "unicorn/no-array-for-each": "off" } }, { "files": [ "**/*.md" ], "plugins": [ "markdown" ], "processor": "markdown/markdown" }, { "files": [ "**/*.md/*.js" ], "extends": "plugin:markdown/recommended", "parserOptions": { "sourceType": "module" }, "rules": { "unicorn/prefer-node-protocol": "off" } } ] }