We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the current behavior? Newline at end of file are added.
If the current behavior is a bug, please provide the steps to reproduce.
yarn add webpack --dev
What is the expected behavior? Newlines at end of file shouldn't be modified.
Please mention your node.js, yarn and operating system version. node: 6.9.3 yarn 0.19.1 macOS Sierra 10.12.2
Why this is a bug is because it conflicts with for example when I do an auto format in Visual Studio Code.
The text was updated successfully, but these errors were encountered:
package.json
@bestander close
This is perfectly in line with npm's behavior; see facebook/create-react-app#1510, shipshapecode/ember-cli-release#21.
npm
Sorry, something went wrong.
No branches or pull requests
What is the current behavior?
Newline at end of file are added.
If the current behavior is a bug, please provide the steps to reproduce.
yarn add webpack --dev
What is the expected behavior?
Newlines at end of file shouldn't be modified.
Please mention your node.js, yarn and operating system version.
node: 6.9.3
yarn 0.19.1
macOS Sierra 10.12.2
Why this is a bug is because it conflicts with for example when I do an auto format in Visual Studio Code.
The text was updated successfully, but these errors were encountered: