aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 95419b3e5dd5a41c768e080d6a2c16801d36b785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "editor.rulers": [80],
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "files.insertFinalNewline": true,
  "files.associations": {
    ".babelrc": "jsonc"
  },

  // ESLint
  "eslint.enable": true,
  
  // Code Spell Checker
  "cSpell.language": "en,nl",
  "cSpell.words": [
    "PGDATABASE",
    "decrementing",
    "devtools",
    "dompurify",
    "hetmml",
    "meetingpoint",
    "meetingpointmco",
    "metis",
    "polyfill",
    "presentational",
    "rmwc",
    "unmount"
  ],
}