Skip to content

Commit

Permalink
test: Add test case of newline after import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Aug 25, 2017
1 parent c42aeb7 commit f4d8eb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/eslint/node6/newline-after-import.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict';

require('path');
module.exports = 42;
5 changes: 5 additions & 0 deletions examples/eslint/node6/newline-after-import.out.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

require('path');

module.exports = 42;

0 comments on commit f4d8eb6

Please sign in to comment.