Closed manumonti closed 2 years ago
The script yarn lint:fix is composed of two commands: yarn format and yarn lint. To work properly, it's required to indicate the files or folders where the command will run. In this case: . for all files.
yarn lint:fix
yarn format
yarn lint
.
The script
yarn lint:fix
is composed of two commands:yarn format
andyarn lint
. To work properly, it's required to indicate the files or folders where the command will run. In this case:.
for all files.