Skip to content
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

Merged
merged 5 commits into from
Nov 29, 2024
Merged

Create theme command #1

merged 5 commits into from
Nov 29, 2024

Conversation

ErnestTeluk
Copy link
Collaborator

Add create theme command that copy uniforms-unstyled from GitHub and copy it to specified folder

package.json Outdated Show resolved Hide resolved
@@ -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,

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.

Copy link
Collaborator Author

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

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.

src/commands/createTheme/index.ts Show resolved Hide resolved
src/commands/createTheme/index.ts Show resolved Hide resolved
src/commands/createTheme/index.ts Outdated Show resolved Hide resolved
@ErnestTeluk ErnestTeluk merged commit 336d0d7 into main Nov 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants