From 8b465407089b16ad273ad87d26c5fe9fc3020013 Mon Sep 17 00:00:00 2001 From: avivkeller Date: Sun, 8 Jun 2025 16:11:26 -0400 Subject: [PATCH] chore(meta): clean up root --- .browserslistrc | 13 ------------- CODEOWNERS => .github/CODEOWNERS | 0 .pre-commit-config.yaml | 18 ------------------ 3 files changed, 31 deletions(-) delete mode 100644 .browserslistrc rename CODEOWNERS => .github/CODEOWNERS (100%) delete mode 100644 .pre-commit-config.yaml diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index a26ad8491dfa0..0000000000000 --- a/.browserslistrc +++ /dev/null @@ -1,13 +0,0 @@ -# https://github.com/browserslist/browserslist#readme - -defaults and supports es6-module -maintained node versions - -[production] - -cover 95% -not dead - -[development] - -defaults diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 723e338d33061..0000000000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -repos: -- repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 - hooks: - - id: gitleaks -- repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 - hooks: - - id: shellcheck -- repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.38.0 - hooks: - - id: eslint -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace