jakelazaroff / radish

A delightful React-based static site generator that outputs plain HTML & CSS.
https://radishjs.com
95 stars 1 forks source link

Creat #4

Open gtothesquare opened 2 years ago

gtothesquare commented 2 years ago

Hi,

Cool framework. I'm trying it out and found somethings that might improve the create experience.

This eslint packages are missing in the the eslint config that is added:

@typescript-eslint/eslint-plugin@latest 
eslint-plugin-react@latest
eslint-plugin-jsx-a11y@latest

And a nice to have will be to be able to run the create command with a dirty repo. Maybe one ones to migrate to radish and is a bit complicated if one needs to delete all.

Thanks again for the effort