-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create theme command #1
Conversation
@@ -15,6 +15,8 @@ | |||
"import/no-extraneous-dependencies": 0, | |||
"import/prefer-default-export": 0, | |||
"@typescript-eslint/no-shadow": 0, | |||
"no-restricted-syntax": 0 | |||
"no-restricted-syntax": 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would reconfigure eslint
. Most of plugins are unnecessary, for example eslint-plugin-react
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will do it in next pr, also add husky and some sort of ci to test lints on branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but don't focus on husky
. Configure CI first. Git hooks can be controversial topic.
Add create theme command that copy uniforms-unstyled from GitHub and copy it to specified folder