Skip to content

Commit

Permalink
[G2P-2355] Added setup node for pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pramod444 committed May 15, 2024
1 parent f5ec260 commit 046bf8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ docs/_build/

# OCA rules
!static/lib/

# JAVA
target

# IDEA
.idea
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
hooks:
- id: prettier
name: prettier (with plugin-java)
additional_dependencies:
- "[email protected]"
- "@prettier/[email protected]"
- "prettier-plugin-java"
files: \.(css|htm|html|java|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand Down
11 changes: 0 additions & 11 deletions .prettierrc.yml

This file was deleted.

0 comments on commit 046bf8b

Please sign in to comment.