diff --git a/lib/rules/naming/imports-order.js b/lib/rules/naming/imports-order.js index 5dd9cdfe..af72e7cc 100644 --- a/lib/rules/naming/imports-order.js +++ b/lib/rules/naming/imports-order.js @@ -50,8 +50,8 @@ class ImportsOrderChecker extends BaseChecker { range: child.range, path: child.path, fullSentence: child.symbolAliases - ? this.getFullSentence(child.symbolAliases) + '"' + child.path + '";' - : `import "${child.path}";`, + ? this.getFullSentence(child.symbolAliases) + "'" + child.path + "';" + : `import '${child.path}';`, })) // copy the object into another one