@open-turo/eslint-config-react 7.0.9 → 7.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,22 @@
1
1
  repos:
2
- - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
2
+ - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
3
+ rev: v9.16.0
4
4
  hooks:
5
- - id: check-json
6
- - id: check-yaml
7
- - id: end-of-file-fixer
8
- - id: trailing-whitespace
5
+ - id: commitlint
6
+ stages: [commit-msg]
7
+ additional_dependencies: ["@open-turo/commitlint-config-conventional"]
9
8
  - repo: https://github.com/pre-commit/mirrors-prettier
10
9
  rev: v3.1.0
11
10
  hooks:
12
11
  - id: prettier
13
12
  stages: [commit]
14
- - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
- rev: v9.16.0
13
+ - repo: https://github.com/pre-commit/pre-commit-hooks
14
+ rev: v4.6.0
16
15
  hooks:
17
- - id: commitlint
18
- stages: [commit-msg]
19
- additional_dependencies: ["@open-turo/commitlint-config-conventional"]
16
+ - id: check-json
17
+ - id: check-yaml
18
+ - id: end-of-file-fixer
19
+ - id: trailing-whitespace
20
20
  - repo: https://github.com/rhysd/actionlint
21
21
  rev: v1.7.1
22
22
  hooks:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "9.0.9",
5
+ "@open-turo/eslint-config-typescript": "9.0.10",
6
6
  "eslint-plugin-jsx-a11y": "6.9.0",
7
7
  "eslint-plugin-react": "7.35.0",
8
8
  "eslint-plugin-react-hooks": "4.6.2"
@@ -31,5 +31,5 @@
31
31
  "access": "public"
32
32
  },
33
33
  "repository": "https://github.com/open-turo/eslint-config-react",
34
- "version": "7.0.9"
34
+ "version": "7.0.10"
35
35
  }