mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:45:31 -04:00
custom <Image />
wrapper now supports static imports too
This commit is contained in:
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
@@ -5,6 +5,8 @@
|
||||
"divlo.vscode-styled-jsx-syntax",
|
||||
"editorconfig.editorconfig",
|
||||
"esbenp.prettier-vscode",
|
||||
"stylelint.vscode-stylelint"
|
||||
"silvenon.mdx",
|
||||
"stylelint.vscode-stylelint",
|
||||
"wix.vscode-import-cost"
|
||||
]
|
||||
}
|
||||
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -2,9 +2,6 @@
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.rulers": [120],
|
||||
"files.associations": {
|
||||
"*.mdx": "markdown"
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
@@ -12,14 +9,11 @@
|
||||
"**/.next": true,
|
||||
"**/node_modules": true
|
||||
},
|
||||
"css.validate": false,
|
||||
"scss.validate": false,
|
||||
"prettier.requireConfig": true,
|
||||
"prettier.configPath": ".prettierrc.json",
|
||||
"stylelint.packageManager": "yarn",
|
||||
"stylelint.reportNeedlessDisables": true,
|
||||
"stylelint.reportInvalidScopeDisables": true,
|
||||
"stylelint.validate": ["css", "scss"],
|
||||
"npm.packageManager": "yarn",
|
||||
"eslint.packageManager": "yarn"
|
||||
}
|
||||
|
Reference in New Issue
Block a user