← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:pre-commit-eslint into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:pre-commit-eslint into launchpad:master.

Commit message:
Enforce eslint in pre-commit

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407013
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:pre-commit-eslint into launchpad:master.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f0e3a44..e6f8850 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -30,3 +30,8 @@ repos:
     rev: 5.9.2
     hooks:
     -   id: isort
+-   repo: https://github.com/pre-commit/mirrors-eslint
+    rev: v4.2.0
+    hooks:
+    -   id: eslint
+        args: [--quiet]