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
You write in the Note that the command won't work on windows. Thats correct for the default commandline (cmd). But if you use the git bash, you can execute the command. with the replacement of yarn add -dev to npm install --save-dev it runs with npm also.
Regards
André
The text was updated successfully, but these errors were encountered:
Type of issue: (feature suggestion, bug?)
Bug/Optimization
Chapter:
[ESLint] (https://github.com/verekia/js-stack-from-scratch/blob/master/tutorial/02-babel-es6-eslint-flow-jest-husky.md#eslint)
You write in the Note that the command won't work on windows. Thats correct for the default commandline (cmd). But if you use the git bash, you can execute the command. with the replacement of
yarn add -dev
tonpm install --save-dev
it runs with npm also.Regards
André
The text was updated successfully, but these errors were encountered: