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
ESLint import plugin is very commonly used in medium/big size projects. Aliases should be configured so that cesium/* maps to node_modules/cesium/Source/* (as it's done for the Webpack config) and the import plugin ceases to return errors.
Are contributions accepted?
The text was updated successfully, but these errors were encountered:
Hi @LostCrew, yes contributions are welcome! We would ask you add a section to README.md rather than the config file itself, as the goal is to leave the config file as minimal as possible.
ESLint import plugin is very commonly used in medium/big size projects. Aliases should be configured so that
cesium/*
maps tonode_modules/cesium/Source/*
(as it's done for the Webpack config) and the import plugin ceases to return errors.Are contributions accepted?
The text was updated successfully, but these errors were encountered: