aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: abf82c4bc035445159b97c588892592db497d8a7 (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
{
  "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": [
    "decrementing",
    "devtools",
    "dompurify",
    "hetmml",
    "metis",
    "polyfill",
    "presentational",
    "rmwc",
    "unmount"
  ],
}