зеркало из https://github.com/mozilla/kitsune.git
disable eslint pre-commit hook, it doesn't work without deps installed
https://github.com/mozilla/sumo-project/issues/975
This commit is contained in:
Родитель
97a7514315
Коммит
824483024a
|
@ -23,13 +23,13 @@ repos:
|
|||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: pip-compile-multi-verify
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v8.1.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--no-eslintrc, --config=webpack/eslintrc.js]
|
||||
exclude: "webpack/.*|webpack\\..*\\.js"
|
||||
additional_dependencies:
|
||||
- eslint@8.1.0
|
||||
- eslint-import-resolver-webpack@0.13.2
|
||||
- eslint-plugin-import@2.25.2
|
||||
# - repo: https://github.com/pre-commit/mirrors-eslint
|
||||
# rev: v8.1.0
|
||||
# hooks:
|
||||
# - id: eslint
|
||||
# args: [--no-eslintrc, --config=webpack/eslintrc.js]
|
||||
# exclude: "webpack/.*|webpack\\..*\\.js"
|
||||
# additional_dependencies:
|
||||
# - eslint@8.1.0
|
||||
# - eslint-import-resolver-webpack@0.13.2
|
||||
# - eslint-plugin-import@2.25.2
|
||||
|
|
Загрузка…
Ссылка в новой задаче