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
It might be easier for a user of fluid-grunt-lint-all to be able to use the standard config files, e.g. eslintrc.json and etc. to configure the settings of the various fluid-grunt-lint-all plugins. IDEs can already be setup to use these configuration files to provide linting during coding/writing. Also, it may be clearer for those coming into the project to understand what and where to find the configuration.
Describe the solution you'd like
Use standard configuration files for the various linters, instead of configuring through grunt, although that could still be an option for overrides if necessary.