@open-turo/eslint-config 9.0.2 → 9.0.3

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.
@@ -10,7 +10,7 @@ repos:
10
10
  rev: v3.1.0
11
11
  hooks:
12
12
  - id: prettier
13
- stages: [commit]
13
+ stages: [pre-commit]
14
14
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
15
  rev: v9.20.0
16
16
  hooks:
@@ -18,6 +18,6 @@ repos:
18
18
  stages: [commit-msg]
19
19
  additional_dependencies: ["@open-turo/commitlint-config-conventional"]
20
20
  - repo: https://github.com/rhysd/actionlint
21
- rev: v1.7.6
21
+ rev: v1.7.7
22
22
  hooks:
23
23
  - id: actionlint
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Eslint configuration for Turo",
4
4
  "dependencies": {
5
5
  "eslint-config-airbnb-base": "15.0.0",
6
- "eslint-config-prettier": "9.1.0",
6
+ "eslint-config-prettier": "10.0.1",
7
7
  "eslint-plugin-import": "2.31.0",
8
8
  "eslint-plugin-jest": "28.11.0",
9
9
  "eslint-plugin-json": "4.0.1",
@@ -39,5 +39,5 @@
39
39
  "lint": "echo noop",
40
40
  "test": "jest test.js"
41
41
  },
42
- "version": "9.0.2"
42
+ "version": "9.0.3"
43
43
  }