Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi committed Jan 2, 2024
1 parent ab3c0cc commit 55a52ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ module.exports = {
"semi": "off",
"indent": "off",
"@typescript-eslint/semi": "off",
"tailwindcss/no-custom-classname": "off",
"react/react-in-jsx-scope": "off",
"react/prop-types": 0,
"react/no-unknown-property": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
Expand Down
28 changes: 1 addition & 27 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"editor.autoIndent": "advanced"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.autoIndent": "advanced",
"editor.tabSize": 2,
"editor.formatOnSave": true,
Expand All @@ -32,24 +31,6 @@
"typescriptreact",
],
"eslint.debug": true,
"eslint.workingDirectories": [
// Monorepo directories
{
"pattern": "./apps/*/"
},
{
"pattern": "./functions/*/"
},
{
"pattern": "./infra/*/"
},
{
"pattern": "./packages/*/"
}
],
"github-actions.workflows.pinned.workflows": [
".github/workflows/release.yml"
],
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.validate.enable": true,
Expand All @@ -66,12 +47,5 @@
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"yaml.schemas": {
"openapi:v2": "file:///Users/beast/dev/image-gen/gcp/functions/chat/openapi.yaml",
"https://json.schemastore.org/workflows.json": "file:///Users/beast/dev/image-gen/infra/gcp/workflows/dataset-processing-workflow.yml",
},
"yaml.format.enable": true,
"yaml.schemaStore.enable": true,
"yaml.validate": true
}
}

0 comments on commit 55a52ec

Please sign in to comment.