mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix grammatical error in Linter documentation (#6939)
This commit is contained in:
parent
9d50c5c1a6
commit
39693094f1
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ function bar(a: any) {
|
|||
```
|
||||
|
||||
To provide some compatibility with ESLint `deno lint` also supports
|
||||
`// eslint-ignore-next-line` directive. Just like in `// deno-lint-ignore` it's
|
||||
required to specify ignored rule name is required.
|
||||
`// eslint-ignore-next-line` directive. Just like with `// deno-lint-ignore`,
|
||||
it's required to specify the ignored rule name.
|
||||
|
||||
```ts
|
||||
// eslint-ignore-next-line no-empty
|
||||
|
|
Loading…
Add table
Reference in a new issue