Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dekodeinteraktiv/coding-standards

Dekode Coding Standards
https://github.com/dekodeinteraktiv/coding-standards

eslint-plugin phpcs wordpress

Last synced: 3 months ago
JSON representation

Dekode Coding Standards

Awesome Lists containing this project

README

        

# Dekode Coding Standards

## Installation and usage

```sh
$ composer require --dev dekode/coding-standards
```

### Add lint script to `composer.json`

```json
"scripts": {
"lint": [
"./vendor/bin/phpcs ."
]
}
```

### Configuration File

Create a `phpcs.xml.dist` file in your project root with the following contents. (Update required PHP version and text_domain accordingly.)

```xml

.



```