BYPASS SHELL BY ./RAZORGANZ
Server: nginx/1.20.1
System: Linux iZdzfnv9mwfppeZ 5.10.134-19.2.al8.x86_64 #1 SMP Wed Oct 29 22:47:09 CST 2025 x86_64
User: apache (48)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins.bak/templates-patterns-collection/.eslintrc
{
    "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
    "parserOptions": {
        "allowImportExportEverywhere": true,
        "ecmaFeatures": {
            "jsx": true
        },
        "sourceType": "module"
    },
    "rules": {
        "linebreak-style": [
            "error",
            "unix"
        ],
        "quotes": [
            "error",
            "single"
        ],
        "semi": [
            "error",
            "always"
        ],
        "no-unused-vars": [
            "warn", {
                "vars": "all",
                "args": "after-used",
                "ignoreRestSiblings": false
            }
        ],
        "react/jsx-uses-react": "error",
        "react/jsx-uses-vars": "error",
        "no-alert": 0,
        "no-nested-ternary": 0,
        "prettier/prettier": "off",
        "no-shadow": "warn",
        "camelcase": "warn",
        "@wordpress/i18n-text-domain": ["error", {
			"allowedTextDomain": ["templates-patterns-collection"]
		}]
    },
	"ignorePatterns": ["**/vendor/**"]
}