An open API service indexing awesome lists of open source software.

https://github.com/elementor/elementor-sniffs


https://github.com/elementor/elementor-sniffs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Elementor Sniffs

Collection of PHP_CodeSniffer sniffs for Elementor.

## Installation

```php
composer require elementor/elementor-sniffs
```

## Usage

### Command line

```bash
./vendor/bin/phpcs --standard=Elementor-Core
```

### Config file

PHPCS config file:

```xml

My projects ruleset.



vendor/


```