Skip to content

Commit

Permalink
Changed fixable to whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eelyafi committed Dec 22, 2016
1 parent 6e426c7 commit 2296385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/newline-after-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const EXPECTED_LINE_DIFFERENCE = 2
module.exports = {
meta: {
docs: {},
fixable: 'code',
fixable: 'whitespace',
},
create: function (context) {
let level = 0
Expand Down

0 comments on commit 2296385

Please sign in to comment.