| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/public_html/assets/admin/jodit/ |
Upload File : |
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-config-prettier",
"tslint-plugin-prettier"
],
"jsRules": {},
"rules": {
"file-name-casing": false,
"ordered-imports": false,
"no-bitwise": false,
"prefer-for-of": false,
"no-shadowed-variable": false,
"no-var-requires": false,
"no-namespace": false,
"prettier": true,
"semicolon": [
true,
"always",
"ignore-interfaces",
"ignore-bound-class-methods"
],
"max-line-length": [true, 150],
"variable-name": [
false,
"ban-keywords",
"check-format",
"allow-leading-underscore",
"allow-snake-case"
],
"one-variable-per-declaration": false,
"no-unused-expression": [true, "allow-fast-null-checks"],
"class-name": false,
"interface-name": false,
"no-empty": [true, "allow-empty-catch"],
"arrow-parens": [true, "ban-single-arg-parens"],
"object-literal-sort-keys": false,
"member-ordering": [
false,
{
"order": [
"private-static-field",
"public-static-field",
"private-instance-field",
"protected-instance-field",
"private-instance-method",
"protected-instance-method",
"public-instance-field",
"public-instance-method",
"public-constructor"
]
}
]
},
"rulesDirectory": []
}