Skip to content

Commit

Permalink
Merge a484bc4 into e1adcc8
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Sep 24, 2019
2 parents e1adcc8 + a484bc4 commit da155b8
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 397 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Expand Up @@ -44,24 +44,24 @@ repos:
- id: prettier
files: \.(css|less|scss|ts|tsx|graphql|gql|json|js|jsx|md)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.1.0
rev: v6.4.0
hooks:
- id: eslint
additional_dependencies:
- eslint@6.1.0
- eslint-plugin-prettier@3.1.0
- eslint@6.4.0
- eslint-plugin-prettier@3.1.1
- prettier@1.18.2
- eslint-plugin-unicorn@10.0.0
- eslint-plugin-unicorn@11.0.2
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: 0.0.2
hooks:
- id: stylelint
additional_dependencies:
- stylelint@10.1.0
- stylelint-config-prettier@5.2.0
- stylelint-config-recommended@2.2.0
- stylelint@11.0.0
- stylelint-config-prettier@6.0.0
- stylelint-config-recommended@3.0.0
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.23.1
rev: v0.24.1
hooks:
- id: cfn-python-lint
files: cloudformation/.*\.(json|yml|yaml)$
Expand Down

0 comments on commit da155b8

Please sign in to comment.