quicint
Version:
Quick initialize HTML5 EJS Boilerplate
27 lines (26 loc) • 637 B
JSON
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"todo-tree.filtering.includedWorkspaces": ["src"],
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"cSpell.ignoreRegExpList": ["[0-9A-Za-zぁ-んァ-ヶ亜-熙纊-黑]+"],
"cSpell.enabledLanguageIds": [
"typescript",
"typescriptreact"
],
"cSpell.words": [
"gsap",
"luxy",
"picturefill",
"Stickyfill",
"stickyfilljs",
],
"files.eol": "\n"
}