opensource icon indicating copy to clipboard operation
opensource copied to clipboard

added prettier and eslint config to enforce code-style

Open david-mateogit opened this issue 4 years ago • 1 comments

  • Added prettier and eslint config to enforce a consistent code-style and prevent IDE auto formatting.

  • Had install errors with node-sass and gyp that were fixed by deleting package-lock.json and node_modules and reinstalling package.json.

david-mateogit avatar Apr 03 '20 20:04 david-mateogit

A small suggestion to keep package.json clean would be to move the lint and prettier rules to .eslintrc and .prettierrc files respectively ... what do you think?

wilburhimself avatar May 03 '20 14:05 wilburhimself