mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-04 13:50:12 -05:00
add babel / esbuild pipes via Hugo, remove terser
This commit is contained in:
31
.vscode/settings.json
vendored
31
.vscode/settings.json
vendored
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"editor.detectIndentation": true,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"editor.tabSize": 2,
|
||||
"files.encoding": "utf8",
|
||||
"files.eol": "\n",
|
||||
"files.insertFinalNewline": true,
|
||||
"git.ignoreLimitWarning": true,
|
||||
"npm.packageManager": "yarn",
|
||||
"prettier.configPath": ".prettierrc",
|
||||
"prettier.packageManager": "yarn",
|
||||
"prettier.printWidth": 120,
|
||||
"prettier.requireConfig": true,
|
||||
"prettier.useEditorConfig": false,
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": false,
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"editor.wordWrap": "on"
|
||||
},
|
||||
"stylelint.packageManager": "yarn",
|
||||
"stylelint.validate": [
|
||||
"css",
|
||||
"html",
|
||||
"postcss",
|
||||
"sass",
|
||||
"scss"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user