@open-turo/eslint-config 9.0.14 → 9.0.16

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.
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- lts/hydrogen
1
+ 22.17.0
@@ -10,6 +10,7 @@ repos:
10
10
  rev: v3.1.0
11
11
  hooks:
12
12
  - id: prettier
13
+ additional_dependencies: ["prettier@3.6.0"]
13
14
  stages: [pre-commit]
14
15
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
16
  rev: v9.22.0
package/.prettierrc.js ADDED
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ plugins: ["@prettier/plugin-oxc"],
3
+ };
package/package.json CHANGED
@@ -8,19 +8,20 @@
8
8
  "eslint-plugin-jest": "29.0.1",
9
9
  "eslint-plugin-json": "4.0.1",
10
10
  "eslint-plugin-n": "17.20.0",
11
- "eslint-plugin-prettier": "5.5.0",
11
+ "eslint-plugin-prettier": "5.5.1",
12
12
  "eslint-plugin-simple-import-sort": "12.1.1",
13
- "eslint-plugin-sonarjs": "3.0.3",
13
+ "eslint-plugin-sonarjs": "3.0.4",
14
14
  "eslint-plugin-sort-destructure-keys": "2.0.0",
15
15
  "eslint-plugin-unicorn": "56.0.1"
16
16
  },
17
17
  "devDependencies": {
18
+ "@prettier/plugin-oxc": "0.0.4",
18
19
  "eslint": "8.57.1",
19
- "jest": "30.0.2",
20
- "prettier": "3.5.3"
20
+ "jest": "30.0.3",
21
+ "prettier": "3.6.1"
21
22
  },
22
23
  "engines": {
23
- "node": ">= 16"
24
+ "node": ">= 20"
24
25
  },
25
26
  "homepage": "https://github.com/open-turo/eslint-config#readme",
26
27
  "license": "MIT",
@@ -39,5 +40,6 @@
39
40
  "lint": "echo noop",
40
41
  "test": "jest test.js"
41
42
  },
42
- "version": "9.0.14"
43
+ "version": "9.0.16",
44
+ "packageManager": "npm@11.4.2+sha512.f90c1ec8b207b625d6edb6693aef23dacb39c38e4217fe8c46a973f119cab392ac0de23fe3f07e583188dae9fd9108b3845ad6f525b598742bd060ebad60bff3"
43
45
  }