Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dekodeinteraktiv/coding-standards
- Owner: DekodeInteraktiv
- License: mit
- Created: 2018-03-15T10:25:21.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T06:37:57.000Z (4 months ago)
- Last Synced: 2024-11-14T05:02:53.984Z (3 months ago)
- Topics: eslint-plugin, phpcs, wordpress
- Language: JavaScript
- Homepage: https://packagist.org/packages/dekode/coding-standards
- Size: 50.8 KB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
.
```