Created
November 19, 2016 00:25
-
-
Save 173210/399b19219764982ed4387155d188ae2f to your computer and use it in GitHub Desktop.
ESLint is insane (in this case)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// eslint indent: ["error", 2 ] | |
// eslint-env es6 | |
// eslint says this is CORRECT | |
const o = | |
{ n: | |
{ i: 0, // WHAT THE HELL | |
j: 1 }, | |
k: 2 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment