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:
- [email protected]
- [email protected]
- [email protected]
- 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:
- [email protected]
- [email protected]
- "@typescript-eslint/[email protected]"
- "@typescript-eslint/[email protected]"
- [email protected]
Expand Down

0 comments on commit a555a28

Please sign in to comment.