verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.06k stars 1.99k forks source link

Error setting up ESLint #246

Closed GiammaCarioca closed 6 years ago

GiammaCarioca commented 7 years ago

When I run yarn test in chapter 02 after setting up ESLint to safely go semicolon-less in .eslintrc.json I get the following error:

Trace: SyntaxError: /Users/giammacarioca/tramalabs/package.json: Unexpected string in JSON at position 116 at JSON.parse () at /Users/giammacarioca/.yarn/lib/cli.js:764:59 at Generator.next () at step (/Users/giammacarioca/.yarn/lib/cli.js:92:30) at /Users/giammacarioca/.yarn/lib/cli.js:103:13 at

verekia commented 6 years ago

I'm going to assume that this isn't a problem anymore, as I clean up issues for the V3 of the tutorial. Cheers.