VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.88k forks source link

Update Packages WIP #2702

Closed Neobii closed 3 years ago

Neobii commented 3 years ago

I'm upgrading some vulcan packages to monorepos and cleaning up some dependencies.

Mostly this is centered around getting storybook, eslint, and babel packages correct.

I noticed that when I added the babel rules that Kevin suggested, the meteor build timed out.

Any suggestions welcome!

Neobii commented 3 years ago

For this latest eslint stuff I keep getting this error:

  1:1   error    Definition for rule 'babel/new-cap' was not found                                                          babel/new-cap
  1:1   error    Definition for rule 'babel/array-bracket-spacing' was not found                                            babel/array-bracket-spacing

babel/new-cap defined here

eric-burel commented 3 years ago

There is few chance that I can investigate this but ping me when you think it's mergeable. Ping @EloyID @juliensl this might be useful to the platform