Skip to content

Commit

Permalink
refactor: fix eslint-disable directive
Browse files Browse the repository at this point in the history
A few lines above we have a `eslint-disable`, so the next one should be
`eslint-enable` to reactivate Prettier.
  • Loading branch information
MrChocolatine committed Nov 24, 2024
1 parent 27398eb commit 63cfa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ module.exports = function (defaults) {
},
},
},
/* eslint-disable prettier/prettier */
/* eslint-enable prettier/prettier */
});
};

0 comments on commit 63cfa1d

Please sign in to comment.