From 6302ee407541f4eaf3fd5e7cec62b6ec769f4d3f Mon Sep 17 00:00:00 2001 From: Robin Keunen Date: Wed, 21 Jun 2023 17:51:34 +0200 Subject: [PATCH] [REF] precommit : eslint --- .pre-commit-config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cb41a306..656ab6cca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,14 +65,15 @@ repos: args: - --plugin=@prettier/plugin-xml files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$ - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.8.1 - hooks: - - id: eslint - verbose: true - args: - - --color - - --fix + # - repo: https://github.com/pre-commit/mirrors-eslint + # rev: v7.8.1 + # hooks: + # - id: eslint + # verbose: true + # args: + # - --color + # - --fix + # exclude: /static/src/js/widgets/datepicker - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: