File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Ever wanted to introduce and enforce new ESLint rules to your project, but notic
7
7
Maybe you didn't have time to fix everything, so you gave up.
8
8
So even new code is being added that might violate the rules you had wanted.
9
9
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?
11
11
12
12
` eslint-plugin-rebase ` empowers you to do exactly that!
13
13
@@ -42,7 +42,7 @@ This `.eslint-rebase.json` file should be commited to your repository.
42
42
43
43
Suppose you consider adding a new rule to your ESLint config (e.g., ` no-console ` ).
44
44
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 ` .
46
46
Running ` eslint ` again, you'll see it passes with no errors.
47
47
48
48
![ ] ( docs/init.png )
You can’t perform that action at this time.
0 commit comments