eslint-config-defaults icon indicating copy to clipboard operation
eslint-config-defaults copied to clipboard

Update for eslint 2

Open mshick opened this issue 9 years ago • 5 comments

I'm sure this is on your radar, but eslint 2 has a large number of rule name changes, and these configs don't seem to be up-to-date.

mshick avatar Feb 23 '16 01:02 mshick

+1

Panda-ref avatar Feb 23 '16 21:02 Panda-ref

+1 There's an open pull request for it: https://github.com/walmartlabs/eslint-config-defaults/pull/68

lkrnac avatar Feb 24 '16 14:02 lkrnac

Hey Folks, I'm super sorry something went wrong and I didn't get an email about this issue. This gets a +1 from me too :). Here are the TODO: Items left from the migration guide:

  • [ ] Convert no-arrow-condition to use no-confusing-arrow and no-constant-condition
  • [ ] Figure out how to set up the new Global Variables to support environments like Node that are not fully compatable with ES-next.
  • [ ] Convert all ecmaFeatures to be parser options as noted in the migration guide
  • [ ] Move jsx option under the parser options
  • [ ] Update eslint:recommended config
  • [ ] Update strict rule to use new default

I'll be working on this over the next week or two :)

baer avatar Feb 25 '16 23:02 baer

I created another PR #71 that should replace #68. @baer, you are right. I fixed only issues that were breaking my build.

lkrnac avatar Feb 27 '16 12:02 lkrnac

Any movement on publishing this out of alpha?

Snugug avatar May 15 '16 11:05 Snugug