Skip to content

Commit

Permalink
Merge pull request #394 from VampireChicken12/feat/youtube-deepdark-b…
Browse files Browse the repository at this point in the history
…uilt-in-options

YouTube DeepDark built in themes
  • Loading branch information
VampireChicken12 authored Mar 29, 2024
2 parents d4a3784 + 7dfc58c commit e7b261e
Show file tree
Hide file tree
Showing 89 changed files with 10,381 additions and 3,354 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"plugin:import/typescript",
"plugin:tailwindcss/recommended",
"plugin:promise/recommended",
"plugin:perfectionist/recommended-natural"
"plugin:perfectionist/recommended-natural",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended"
],
"root": true,
"parser": "@typescript-eslint/parser",
Expand All @@ -31,6 +33,7 @@
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"quotes": ["error", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
"semi": ["error", "always"],
"prefer-const": [
Expand All @@ -54,7 +57,7 @@
"no-empty": ["error", { "allowEmptyCatch": true }],
"no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
"import/first": ["error"],
"no-secrets/no-secrets": "error",
"no-secrets/no-secrets": ["error", { "tolerance": 5.0 }],
"import/no-unresolved": "off",
"tailwindcss/no-custom-classname": "off",
"tailwindcss/classnames-order": "error",
Expand Down
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
node_modules
dist
.all-contributorsrc
CHANGELOG.md
README.md
package.json
package-lock.json
yarn.lock
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"source.fixAll": "always"
},
"eslint.codeActionsOnSave.mode": "all",
"editor.snippets.codeActions.enabled": true
"editor.snippets.codeActions.enabled": true,
"typescript.validate.enable": true,
"typescript.tsserver.experimental.enableProjectDiagnostics": true
}
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit e7b261e

Please sign in to comment.