first commit
This commit is contained in:
42
examples/data-fetching/.vscode/settings.json
vendored
Normal file
42
examples/data-fetching/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnType": false,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"javascript.validate.enable": false,
|
||||
"javascript.suggestionActions.enabled": false,
|
||||
"blueprint.templatesPath": ["./.blueprints"],
|
||||
"eslint.validate": [
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"javascript",
|
||||
"javascriptreact"
|
||||
],
|
||||
"files.eol": "\n",
|
||||
"files.exclude": {
|
||||
// "**/.git": true,
|
||||
// "**/.svn": true,
|
||||
// "**/.hg": true,
|
||||
// "**/CVS": true,
|
||||
// "**/.DS_Store": true,
|
||||
// "**/Thumbs.db": true,
|
||||
// "**/next-env.d.ts": true,
|
||||
// "**/tsconfig.tsbuildinfo": true,
|
||||
// "**/package-lock.json": true,
|
||||
// "**/LICENSE": true,
|
||||
// "**/.next": true,
|
||||
// "**/.husky": true,
|
||||
// "**/.commitlintrc*": true,
|
||||
// "**/.prettierrc*": true,
|
||||
// "**/.gitignore": true,
|
||||
// "**/.eslint*": true,
|
||||
// "**/.vscode": true
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"css.validate": false,
|
||||
"files.associations": {
|
||||
"*.css": "css",
|
||||
"css": "css"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user