<?xml version="1.0"?>
<ruleset name="Live Auto Refresh Coding Standards">
    <description>WordPress Coding Standards for Live Auto Refresh plugin</description>
    <rule ref="WordPress-Core" />
    <rule ref="WordPress-Extra" />
    <rule ref="WordPress-Docs" />
    <exclude-pattern>vendor/*</exclude-pattern>
    <exclude-pattern>node_modules/*</exclude-pattern>
    <exclude-pattern>languages/*</exclude-pattern>
    <file>./</file>
</ruleset>
