LingDong- / psvg

Programmable Scalable Vector Graphics -- drawings that draw themselves
https://psvg.netlify.app/
300 stars 15 forks source link

Introduce ESLint, typescript-eslint and Prettier #15

Closed 0918nobita closed 3 years ago

0918nobita commented 3 years ago

Fixes: #14

Summary

Screenshots

Result of executing npm run lint command:

Screenshot from 2020-11-21 16-18-09

VS Code + ESLint extension:

Screenshot from 2020-11-21 16-16-39

antfu commented 3 years ago

Do we really need ESLint+Prettier? Seems a bit too heavy to me. 😅

0918nobita commented 3 years ago

Indeed, it might be better to introduce only Prettier now. I'll close this PR and create PR again to try out only Prettier.