diff --git a/.eslintrc.js b/.eslintrc.js index 380fd968..9737c557 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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", diff --git a/.vscode/settings.json b/.vscode/settings.json index 3a837b2f..9b64678f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,7 +19,6 @@ "editor.autoIndent": "advanced" }, "[yaml]": { - "editor.defaultFormatter": "redhat.vscode-yaml", "editor.autoIndent": "advanced", "editor.tabSize": 2, "editor.formatOnSave": true, @@ -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, @@ -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 + } }