aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 9201a8e7c03a868e8bf0eed3fbee77f52058ffcf (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],

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

  // Licenser
  "licenser.projectName": "rooster.hetmml.nl",
  "licenser.license": "GPLv3",
  "licenser.author": "Noah Loomans",
  "licenser.useSingleLineStyle": false,
}