0
0
Fork 0
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:
Ben Stolovitz 2020-08-03 10:52:53 -04:00 committed by GitHub
parent 9d50c5c1a6
commit 39693094f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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