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
Gruntconfig.json has a theme top-level config, which itself is an object that has keys that match the name of the theme. This key is used to construct a path to the theme to blacklist paths for grunt validate to run the eslint checks. If this key does not match the path, grunt validate will run eslint using the theme's eslint configuration before attempting to run eslint via the theme.
Solution
Log an error if src/themes/ does not exist, in quality.js. There might be multiple places for that.
The text was updated successfully, but these errors were encountered:
Problem
Gruntconfig.json has a theme top-level config, which itself is an object that has keys that match the name of the theme. This key is used to construct a path to the theme to blacklist paths for grunt validate to run the eslint checks. If this key does not match the path, grunt validate will run eslint using the theme's eslint configuration before attempting to run eslint via the theme.
Solution
Log an error if src/themes/ does not exist, in quality.js. There might be multiple places for that.
The text was updated successfully, but these errors were encountered: