eslint-config-defaults
eslint-config-defaults copied to clipboard
Update for eslint 2
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.
+1
+1 There's an open pull request for it: https://github.com/walmartlabs/eslint-config-defaults/pull/68
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 useno-confusing-arrow
andno-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 :)
I created another PR #71 that should replace #68. @baer, you are right. I fixed only issues that were breaking my build.
Any movement on publishing this out of alpha?