I'm using codacy to monitor code quality, but it would be nice to see what codacy will catch before a push. I see that it uses eslint and several other tools to decide what to catch. Is there a way to generate a .eslintrc config file from codacy? That way I can use this config in Webstorm and make any necessary changes before pushing any code.
Unfortunately, it's not possible at this moment to generate a .eslintrc or JHint/JSLint file from Codacy itself. You can import those config files in Codacy but not export them.