Skip to content

Commit

Permalink
docs(eslint-plugin): [no-namespace] fix typo (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNemzer committed Mar 7, 2020
1 parent e5db36f commit bc2a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-namespace.md
Expand Up @@ -16,7 +16,7 @@ or more of the following you may pass an object with the options set as follows:

- `allowDeclarations` set to `true` will allow you to `declare` custom TypeScript modules and namespaces (Default: `false`).
- `allowDefinitionFiles` set to `true` will allow you to `declare` and use custom TypeScript modules and namespaces
inside definition files (Default: `false`).
inside definition files (Default: `true`).

Examples of **incorrect** code for the default `{ "allowDeclarations": false, "allowDefinitionFiles": false }` options:

Expand Down

0 comments on commit bc2a9d6

Please sign in to comment.