You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add the following to the script section of package.json
"scripts": {
# saves you remembering to install!
"prestart": "npm install",
# everybody needs a good javascript linter
"lint": "eslint src"
}
Describe the question
What can I do with package.json so that I save myself rework?
The text was updated successfully, but these errors were encountered: