Skip to content

Commit fd77a9e

Browse files
docs: allow language
1 parent ed8d532 commit fd77a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Ever wanted to introduce and enforce new ESLint rules to your project, but notic
77
Maybe you didn't have time to fix everything, so you gave up.
88
So even new code is being added that might violate the rules you had wanted.
99

10-
But what if you could whitelist all existing violations, and have ESLint only report on new or changed code?
10+
But what if you could allow all existing violations, and have ESLint only report on new or changed code?
1111

1212
`eslint-plugin-rebase` empowers you to do exactly that!
1313

@@ -42,7 +42,7 @@ This `.eslint-rebase.json` file should be commited to your repository.
4242

4343
Suppose you consider adding a new rule to your ESLint config (e.g., `no-console`).
4444
If you run `eslint`, you may see many existing violations.
45-
If you want to whitelist them, run `eslint-rebase` again, and they will be written to `ignores` in `.eslint-rebase.json`.
45+
If you want to allow them, run `eslint-rebase` again, and they will be written to `ignores` in `.eslint-rebase.json`.
4646
Running `eslint` again, you'll see it passes with no errors.
4747

4848
![](docs/init.png)

0 commit comments

Comments
 (0)