{
  "files.associations": {
    ".babelrc": "jsonc",
    ".eslintrc": "jsonc",
    ".stylelintrc": "json",
    ".dockerignore": "ignore",
    ".eslintignore": "ignore"
  },

  "javascript.validate.enable": false,
  "javascript.format.enable": false,
  "typescript.format.enable": false,

  "search.exclude": {
    ".eslintcache": true,
    ".git": true,
    "*.{css,sass,scss}.d.ts": true,
    "app/dist": true,
    "app/main.prod.js": true,
    "app/main.prod.js.map": true,
    "bower_components": true,
    "dll": true,
    "node_modules": true,
    "npm-debug.log.*": true,
    "release": true,
    "test/**/__snapshots__": true,
    "yarn.lock": true
  }
}
