Skip to content

Commit

Permalink
remove eslint-config-google and point to correct config files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-orlando committed Jan 10, 2024
1 parent 63cc02b commit a555a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ repos:
- id: eslint
files: \.[j]sx?$ # *.js and *.jsx
types: [file]
args: ["--config", ".secureli/javascript.eslintrc.yaml", "--fix"]
args: ["--config", ".eslintrc.yaml", "--fix"]
additional_dependencies:
- eslint@8.42.0
- eslint-config-google@0.7.1
- eslint-plugin-prettier@4.2.1
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ repos:
- id: eslint
files: \.[t]sx?$ # *.ts and *.tsx
types: [file]
args: ["--config", ".secureli/typescript.eslintrc.yaml", "--fix"]
args: ["--config", ".eslintrc.yaml", "--fix"]
additional_dependencies:
- eslint@8.42.0
- eslint-config-google@0.7.1
- "@typescript-eslint/eslint-plugin@5.59.11"
- "@typescript-eslint/parser@5.59.11"
- typescript@5.1.3
Expand Down

0 comments on commit a555a28

Please sign in to comment.