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
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Currently the installation script take as assumptiom that ESLint dependencies are already installed by the core, but I guess this is not always the case.
At the very least we should use hasPackage to check for all packages needed by the extension, but that could already be there from the initial project creation.
This could be due to the fact that ESLint is not mandatory, but added when the project is created.
It must also be decided where these dependencies should be put, as per #22 (comment)
Should them be put into AE dependencies? Or as peerDependencies? Or added to the user project package.json?
The text was updated successfully, but these errors were encountered:
Currently the installation script take as assumptiom that ESLint dependencies are already installed by the core, but I guess this is not always the case.
At the very least we should use
hasPackage
to check for all packages needed by the extension, but that could already be there from the initial project creation.This could be due to the fact that ESLint is not mandatory, but added when the project is created.
It must also be decided where these dependencies should be put, as per #22 (comment)
Should them be put into AE dependencies? Or as peerDependencies? Or added to the user project
package.json
?The text was updated successfully, but these errors were encountered: