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
When you use Yact on a CRA repo , you got conflicts with Eslint since two versions of the library are installed in the modules.
The results are error during pre-commit and building time.
Solution => Create a new commande for CRA repos that will only install de .eslint file and the rules but will depend on the already installed eslint package.
The text was updated successfully, but these errors were encountered:
When you use Yact on a CRA repo , you got conflicts with Eslint since two versions of the library are installed in the modules.
The results are error during pre-commit and building time.
Solution => Create a new commande for CRA repos that will only install de .eslint file and the rules but will depend on the already installed eslint package.
The text was updated successfully, but these errors were encountered: