Skip to content

Commit

Permalink
docs: import-declaration: newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 12, 2023
1 parent 8893221 commit 9bb071f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
'use strict';

const {markAfter} = require('../../mark');

const {isLast, isNext} = require('../../is');

const {parseImportSpecifiers} = require('parse-import-specifiers');

const {markAfter} = require('../../mark');
const {isLast, isNext} = require('../../is');
const {
maybePrintAttributes,
ImportAttribute,
Expand Down

0 comments on commit 9bb071f

Please sign in to comment.