Skip to content

Commit 122d1e2

Browse files
[UX]: Make run status in UI and CLI easier to understand #2716
Commented ESLint (until warnigns are fixed)
1 parent 2c85011 commit 122d1e2

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

.pre-commit-config.yaml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ repos:
1818
hooks:
1919
- id: end-of-file-fixer
2020

21-
- repo: https://github.com/pre-commit/mirrors-eslint
22-
rev: 'v8.31.0'
23-
hooks:
24-
- id: eslint
25-
name: ESLint
26-
entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore
27-
language: node
28-
pass_filenames: false
29-
cwd: "frontend/"
30-
additional_dependencies:
31-
- eslint@8.31.0
32-
- eslint-config-prettier@8.10.0
33-
- eslint-plugin-i18n@2.4.0
34-
- eslint-plugin-prettier@4.2.1
35-
- eslint-plugin-simple-import-sort@10.0.0
36-
- '@typescript-eslint/eslint-plugin@5.48.1'
37-
- '@typescript-eslint/parser@5.48.1'
21+
# TODO(oleg): fix ESLint warnings
22+
# - repo: https://github.com/pre-commit/mirrors-eslint
23+
# rev: 'v8.31.0'
24+
# hooks:
25+
# - id: eslint
26+
# name: ESLint
27+
# entry: eslint --fix --config frontend/.eslintrc --ignore-path frontend/.eslintignore
28+
# language: node
29+
# pass_filenames: false
30+
# cwd: "frontend/"
31+
# additional_dependencies:
32+
# - eslint@8.31.0
33+
# - eslint-config-prettier@8.10.0
34+
# - eslint-plugin-i18n@2.4.0
35+
# - eslint-plugin-prettier@4.2.1
36+
# - eslint-plugin-simple-import-sort@10.0.0
37+
# - '@typescript-eslint/eslint-plugin@5.48.1'
38+
# - '@typescript-eslint/parser@5.48.1'

0 commit comments

Comments
 (0)