aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 152283a2959ab6a8993604cec412f3e98a11db49 (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
30
31
32
33
{
  "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"
  ],

  // Licenser
  "licenser.projectName": "rooster.hetmml.nl",
  "licenser.license": "GPLv3",
  "licenser.author": "Noah Loomans",
  "licenser.useSingleLineStyle": false,
  "eslint.workingDirectories": [ "./src" ],
}