{
  "file-types": {
    "js": {
      "suffix": ".js",
      "shortcuts": [ "j", "js" ],
      "rename": "decl('{{bemNode}}",
      "template": [ "stub/script/_bl/script_bl.js", "node examples/hook.js {{filePath}}" ]
    }
  },
  "deps_task": {
    "files": [ "css" ]
  },
  "editor-open-command": "wstorm {{file-path}}:{{line-number}}",
  "bem": {
    "separators": {
      "elem": "__",
      "mod": "_",
      "modVal": "_"
    },
    "allowed-name-symbols-regexp": "[-a-z0-9]"
  }
}
