Skip to content

Instantly share code, notes, and snippets.

@ninezero90hy
Created September 3, 2021 12:53
Show Gist options
  • Save ninezero90hy/ed1ebe491c22c398330b8449ea9bd508 to your computer and use it in GitHub Desktop.
Save ninezero90hy/ed1ebe491c22c398330b8449ea9bd508 to your computer and use it in GitHub Desktop.
$ git commit -m "Update App.js"
✔ Preparing...
⚠ Running tasks...
❯ Running tasks for *.js
✖ npx eslint --no-fix src [FAILED]
↓ Skipped because of errors from tasks. [SKIPPED]
✔ Reverting to original state because of errors...
✔ Cleaning up...
✖ npx eslint --no-fix src:
/${ProjectName}/src/App.js
8:8 error 'b' is assigned a value but never used no-unused-vars
8:12 error Strings must use singlequote quotes
✖ 2 problems (2 errors, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment