Skip to content

Commit b9d60f2

Browse files
committed
docs: correct documentation for fixable rules
1 parent 849bb92 commit b9d60f2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/calm-tools-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-php': patch
3+
---
4+
5+
Correct documentation for fixable rules

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An ESLint plugin to lint PHP files.
99
## Installation
1010

1111
```bash
12-
npm i -D eslint eslint-plugin-php
12+
npm i -D eslint-plugin-php
1313
```
1414

1515
## Usage
@@ -42,5 +42,5 @@ export default defineConfig([
4242

4343
| Rule ID | Description | Fixable? |
4444
| ---------------------- | ------------------------------------- | -------- |
45-
| `php/eqeqeq` | Require the use of `===` and `!==` | |
46-
| `php/no-array-keyword` | Disallow the use of the array keyword | |
45+
| `php/eqeqeq` | Require the use of `===` and `!==` | |
46+
| `php/no-array-keyword` | Disallow the use of the array keyword | |

0 commit comments

Comments
 (0)