Skip to content

Commit

Permalink
Fix example in no-dynamic-require (#693)
Browse files Browse the repository at this point in the history
* Update no-dynamic-require.md
  • Loading branch information
yooungt13 authored and jfmengels committed Jan 21, 2017
1 parent f43cf95 commit ffc0205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/rules/no-dynamic-require.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ require(name());

```js
require('../name');
require('../name' + name);
require(`../name`);
```

0 comments on commit ffc0205

Please sign in to comment.