Export Test Configurations?
I get tired of having to re-create my test (or any other ones I've created
such as for JS Web Debug) configurations if I clone down a new instance of a repo. Is there a way to export those configs and re-import them into my new project? I hate having to re-create my mocha configs anytime I create a new project and it's for the same repo.

Also any eslint settings such as when I point config to a specific eslint file in my project, I have to do that again in a new project, same code, so it would be nice to just import that setting and have it point to that file again automatically.
请先登录再写评论。
You can save your run configurations to separate .xml files (by ticking 'Share' checkbox in configuration settings) and put the corresponding
.idea\runConfigurations\<conf name>.xmlin the repository to be able to share them between projectsESLint preferences are stored in
.idea\jsLinters\eslint.xml, this file can also be shared