0.0.6
This commit is contained in:
parent
64c121e89c
commit
83547fc1eb
4 changed files with 775 additions and 97 deletions
17
package.json
17
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gcch/configuration-oxlint",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"type": "module",
|
||||
"description": "Configuration Oxlint partageable pour gcch.",
|
||||
"main": "./dist/index.mjs",
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.9.0",
|
||||
"oxlint": "^1.60.0",
|
||||
"oxlint-tsgolint": "^0.21.1",
|
||||
"oxlint": "^1.62.0",
|
||||
"oxlint-tsgolint": "^0.22.1",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.9.0",
|
||||
"globals": "^17.5.0",
|
||||
"oxlint": "^1.60.0",
|
||||
"oxlint-tsgolint": "^0.21.1"
|
||||
"oxlint": "^1.62.0",
|
||||
"oxlint-tsgolint": "^0.22.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0"
|
||||
|
|
@ -38,12 +38,13 @@
|
|||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-eslint": "git+https://git.gcch.fr/gcch/configuration-eslint#c0620280e6",
|
||||
"@gcch/configuration-prettier": "git+https://git.gcch.fr/gcch/configuration-prettier#91d4573bff",
|
||||
"@types/bun": "^1.3.12",
|
||||
"@types/bun": "^1.3.13",
|
||||
"@types/node": "^25.6.0",
|
||||
"knip": "^6.4.1",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260427.1",
|
||||
"knip": "^6.7.0",
|
||||
"prettier": "^3.8.3",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.9",
|
||||
"tsdown": "^0.21.10",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue