From 22963857542bdd8b21d8bdb2c4263c078226cd8e Mon Sep 17 00:00:00 2001 From: Imad Elyafi Date: Thu, 22 Dec 2016 10:00:41 -0800 Subject: [PATCH] Changed fixable to whitespace --- src/rules/newline-after-import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/newline-after-import.js b/src/rules/newline-after-import.js index 00784fe78..4c0fa378b 100644 --- a/src/rules/newline-after-import.js +++ b/src/rules/newline-after-import.js @@ -47,7 +47,7 @@ const EXPECTED_LINE_DIFFERENCE = 2 module.exports = { meta: { docs: {}, - fixable: 'code', + fixable: 'whitespace', }, create: function (context) { let level = 0