<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards for Gutenberg Plugin">
    <description>Sniffs for WordPress plugins, with minor modifications for Gutenberg</description>

    <rule ref="PHPCompatibility"/>
    <config name="testVersion" value="5.4-"/>

    <rule ref="WordPress-Core"/>
    <rule ref="WordPress-Docs"/>
    <rule ref="WordPress.WP.I18n"/>

    <file>index.php</file>
</ruleset>
