Skip to content

Instantly share code, notes, and snippets.

@173210
Created November 19, 2016 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 173210/399b19219764982ed4387155d188ae2f to your computer and use it in GitHub Desktop.
Save 173210/399b19219764982ed4387155d188ae2f to your computer and use it in GitHub Desktop.
ESLint is insane (in this case)
// 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