-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/challenge 1 #1
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
base: main
Are you sure you want to change the base?
Conversation
tictools
left a comment
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.
FIX: add pipeline
| "prettier": "^3.2.2" | ||
| }, | ||
| "name": "09_javascript_array", | ||
| "description": "<figure style=\"text-align: center\"> <img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/JavaScript-logo.png/640px-JavaScript-logo.png\" alt=\"DOM Tree\" width=\"100\" /> <figcaption>JavaScript</figcaption> </figure>", |
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.
FIX: remove description
| "version": "1.0.0", | ||
| "type": "module", | ||
| "main": "index.js", | ||
| "dependencies": { |
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.
We only need three devDependencies
- "@babel/plugin-transform-modules-commonjs"
- "jest"
- "prettier"
FIX: remove all dependencies and install only required devDependencies.
No description provided.