Codebase list node-d3-chord / 59c39370-50ad-4bb3-b7d0-c508056b24b0/main d3-chord.sublime-project
59c39370-50ad-4bb3-b7d0-c508056b24b0/main

Tree @59c39370-50ad-4bb3-b7d0-c508056b24b0/main (Download .tar.gz)

d3-chord.sublime-project @59c39370-50ad-4bb3-b7d0-c508056b24b0/mainraw · history · blame

{
  "folders": [
    {
      "path": ".",
      "file_exclude_patterns": ["*.sublime-workspace"],
      "folder_exclude_patterns": ["dist"]
    }
  ],
  "build_systems": [
    {
      "name": "yarn test",
      "cmd": ["yarn", "test"],
      "file_regex": "\\((...*?):([0-9]*):([0-9]*)\\)",
      "working_dir": "$project_path"
    }
  ]
}