-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Expected "[" and "]" to be on the same line (standard/computed-property-even-spacing) #226
Labels
Comments
Sorry, I should have dug around in the proper repo! standard/eslint-plugin-standard#3 |
Close? |
This is fixed in standard 5.1.0. |
seems to have returned in 5.4.1: MacBook-Pro:src davidclements$ standard --version
5.4.1
MacBook-Pro:src davidclements$ standard components/Settings/index.js
standard: Use JavaScript Standard Style (https://github.com/feross/standard)
/Users/davidclements/z/nearForm/terminal-devtools/src/components/Settings/index.js:17:3: Expected "[" and "]" to be on the same line 14 const settings = {
15 border: null,
16 padding: {left: 1, right: 1},
17 ...bg
18 } |
@davidmarkclements Sorry, I can't reproduce your issue with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
[email protected]
in conjunction with[email protected]
there is no error in the following code:However, upgrading to
[email protected]
an error is thrown:Potentially a bug in https://github.com/xjamundx/eslint-plugin-standard/tree/master or is this expected behavior?
The text was updated successfully, but these errors were encountered: