chore: change eslint & prettier config
This commit is contained in:
parent
fc827d74fe
commit
b43871c516
103 changed files with 3581 additions and 3543 deletions
148
.vscode/settings.json
vendored
148
.vscode/settings.json
vendored
|
@ -1,76 +1,76 @@
|
|||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": true
|
||||
},
|
||||
"cSpell.words": [
|
||||
"bspwm",
|
||||
"cairographics",
|
||||
"classnet",
|
||||
"deno",
|
||||
"developomp",
|
||||
"developomp's",
|
||||
"dompurify",
|
||||
"elasticlunr",
|
||||
"Exyle",
|
||||
"exyleio",
|
||||
"Fontawesome",
|
||||
"Fonticons",
|
||||
"fontsource",
|
||||
"fortawesome",
|
||||
"Freedesktop",
|
||||
"GDSC",
|
||||
"githubactions",
|
||||
"githubpages",
|
||||
"gnubash",
|
||||
"godotengine",
|
||||
"heroicon",
|
||||
"hljs",
|
||||
"hongik",
|
||||
"hoofd",
|
||||
"inqling",
|
||||
"Jimin",
|
||||
"katex",
|
||||
"Librewolf",
|
||||
"linaria",
|
||||
"nodedotjs",
|
||||
"noto",
|
||||
"pnpm",
|
||||
"pocketbase",
|
||||
"polybar",
|
||||
"Pomky",
|
||||
"precompress",
|
||||
"rainmeter",
|
||||
"sxhkd",
|
||||
"tailwindcss",
|
||||
"tauri",
|
||||
"texmath",
|
||||
"tinycolor",
|
||||
"tsup",
|
||||
"Turborepo",
|
||||
"ungoogled",
|
||||
"unixporn",
|
||||
"wbtimeline",
|
||||
"webassembly",
|
||||
"wouter",
|
||||
"YYYYMMDD"
|
||||
],
|
||||
"eslint.workingDirectories": [{ "mode": "auto" }],
|
||||
"[svg]": {
|
||||
"editor.defaultFormatter": "jock.svg"
|
||||
},
|
||||
// prevent tailwind-related warnings
|
||||
"css.lint.unknownAtRules": "ignore",
|
||||
"less.lint.unknownAtRules": "ignore",
|
||||
"scss.lint.unknownAtRules": "ignore",
|
||||
// for .ejs files
|
||||
"html.validate.styles": false,
|
||||
"color-highlight.markerType": "outline",
|
||||
"[dotenv]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
}
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": true
|
||||
},
|
||||
"cSpell.words": [
|
||||
"bspwm",
|
||||
"cairographics",
|
||||
"classnet",
|
||||
"deno",
|
||||
"developomp",
|
||||
"developomp's",
|
||||
"dompurify",
|
||||
"elasticlunr",
|
||||
"Exyle",
|
||||
"exyleio",
|
||||
"Fontawesome",
|
||||
"Fonticons",
|
||||
"fontsource",
|
||||
"fortawesome",
|
||||
"Freedesktop",
|
||||
"GDSC",
|
||||
"githubactions",
|
||||
"githubpages",
|
||||
"gnubash",
|
||||
"godotengine",
|
||||
"heroicon",
|
||||
"hljs",
|
||||
"hongik",
|
||||
"hoofd",
|
||||
"inqling",
|
||||
"Jimin",
|
||||
"katex",
|
||||
"Librewolf",
|
||||
"linaria",
|
||||
"nodedotjs",
|
||||
"noto",
|
||||
"pnpm",
|
||||
"pocketbase",
|
||||
"polybar",
|
||||
"Pomky",
|
||||
"precompress",
|
||||
"rainmeter",
|
||||
"sxhkd",
|
||||
"tailwindcss",
|
||||
"tauri",
|
||||
"texmath",
|
||||
"tinycolor",
|
||||
"tsup",
|
||||
"Turborepo",
|
||||
"ungoogled",
|
||||
"unixporn",
|
||||
"wbtimeline",
|
||||
"webassembly",
|
||||
"wouter",
|
||||
"YYYYMMDD"
|
||||
],
|
||||
"eslint.workingDirectories": [{ "mode": "auto" }],
|
||||
"[svg]": {
|
||||
"editor.defaultFormatter": "jock.svg"
|
||||
},
|
||||
// prevent tailwind-related warnings
|
||||
"css.lint.unknownAtRules": "ignore",
|
||||
"less.lint.unknownAtRules": "ignore",
|
||||
"scss.lint.unknownAtRules": "ignore",
|
||||
// for .ejs files
|
||||
"html.validate.styles": false,
|
||||
"color-highlight.markerType": "outline",
|
||||
"[dotenv]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue