-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Forces variable declarations onto single line #1607
Copy link
Copy link
Closed
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
I'm using prettier in atom with eslint, all of which works great. The one problem I'm having is that it fixes
var assert = require('assert'),
lookup = require('../lookup');
to
var assert = require('assert'), lookup = require('../lookup');
even though the former is ok with my eslint config (is there a prettierOption I am missing?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.