Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Feb 10, 2020
1 parent 4d56bd2 commit be2442c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/rules/no-new-require.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ var appHeader = new AppHeader();

- [Rule source](../../lib/rules/no-new-require.js)
- [Test source](../../tests/lib/rules/no-new-require.js)
disallow `new` operators with calls to `require`
1 change: 0 additions & 1 deletion docs/rules/no-process-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ var exit = process.exit;

- [Rule source](../../lib/rules/no-process-exit.js)
- [Test source](../../tests/lib/rules/no-process-exit.js)
disallow the use of `process.exit()`
1 change: 0 additions & 1 deletion docs/rules/no-restricted-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ var pick = require('lodash/pick');

- [Rule source](../../lib/rules/no-restricted-modules.js)
- [Test source](../../tests/lib/rules/no-restricted-modules.js)
disallow specified modules when loaded by `require

0 comments on commit be2442c

Please sign in to comment.