Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRange Error when last line contains spaces #1206
Comments
This comment has been minimized.
This comment has been minimized.
|
Is there a bug in ESLint about this? If not, could you report one? |
This comment has been minimized.
This comment has been minimized.
|
looks fixed in version 12.0.1 |
AlexHolly
closed this
Oct 15, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Jan 13, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AlexHolly commentedSep 27, 2018
•
edited
maybe related to #1142
What version of standard?
npm install standard@10.0.3 --save-dev
What operating system, Node.js, and npm version?
Windows 7
node 10.11.0
npm 6.4.1
What did you expect to happen?
> .\node_modules\.bin\standardstandard: Use JavaScript Standard Style (https://standardjs.com)
C:\project\src\app.js:1:5: 'test' is defined but never used.
What actually happened?
> .\node_modules\.bin\standardSecond line contains tab/spaces>0