Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

eslint-disable-line + prettier/linters #329

Closed
samburgers opened this issue Jan 19, 2018 · 1 comment
Closed

eslint-disable-line + prettier/linters #329

samburgers opened this issue Jan 19, 2018 · 1 comment

Comments

@samburgers
Copy link
Contributor

instead of

module.exports = function(app) { // eslint-disable-line no-unused-vars

can you please consider scaffolding:

// eslint-disable-next-line no-unused-vars
module.exports = function(app) {

as it works much better with linters/https://prettier.io/ etc

@daffl
Copy link
Member

daffl commented Jan 19, 2018

Sounds great. A pull request for this would be very welcome.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants