{ "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" ], }