Skip to content

Commit

Permalink
ESLint pre-commit hooks #52
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLau49 committed Mar 18, 2020
1 parent cf8e6b2 commit 09d0148
Show file tree
Hide file tree
Showing 4 changed files with 773 additions and 100 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -11,3 +11,13 @@ repos:
rev: "524cd96fee6153259f97b8176c51928dfec21da8"
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v7.0.0-alpha.2" # Use the sha / tag you want to point at
hooks:
- id: eslint
additional_dependencies:
- eslint@4.15.0
- eslint-config-google@0.7.1
- eslint-loader@1.6.1
- eslint-plugin-react@6.10.3
- babel-eslint@6.1.2

0 comments on commit 09d0148

Please sign in to comment.