Skip to content

Commit 89f27e4

Browse files
committed
update readme
1 parent 6c12e9c commit 89f27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The default is to lint all files that end in `.svelte`. This can be changed by p
6060

6161
### `svelte3/ignore-warnings`
6262

63-
This can be `true` or `false` or an array of Svelte compiler warning codes or a function that accepts a warning code and returns whether to ignore it in the linting.
63+
This can be `true` or `false` or an array of Svelte compiler warning codes or a function that indicates whether to ignore it in the linting. The function will be passed two arguments - the warning code and the full warning object - and should return a boolean.
6464

6565
The default is to not ignore any warnings.
6666

0 commit comments

Comments
 (0)