0.0.5
- ref: désactive des règles pénibles - ref: désactive des règles en conflit avec Effect
This commit is contained in:
parent
32ed83d772
commit
64c121e89c
8 changed files with 167 additions and 104 deletions
28
package.json
28
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gcch/configuration-oxlint",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"type": "module",
|
||||
"description": "Configuration Oxlint partageable pour gcch.",
|
||||
"main": "./dist/index.mjs",
|
||||
|
|
@ -17,19 +17,19 @@
|
|||
"eslint-plugin-astro": "^1.7.0",
|
||||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.8.0",
|
||||
"oxlint": "^1.59.0",
|
||||
"oxlint-tsgolint": "^0.20.0",
|
||||
"typescript": "^6.0.2"
|
||||
"eslint-plugin-perfectionist": "^5.9.0",
|
||||
"oxlint": "^1.60.0",
|
||||
"oxlint-tsgolint": "^0.21.1",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-plugin-astro": "^1.7.0",
|
||||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.8.0",
|
||||
"globals": "^17.4.0",
|
||||
"oxlint": "^1.59.0",
|
||||
"oxlint-tsgolint": "^0.20.0"
|
||||
"eslint-plugin-perfectionist": "^5.9.0",
|
||||
"globals": "^17.5.0",
|
||||
"oxlint": "^1.60.0",
|
||||
"oxlint-tsgolint": "^0.21.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0"
|
||||
|
|
@ -40,13 +40,13 @@
|
|||
"@gcch/configuration-prettier": "git+https://git.gcch.fr/gcch/configuration-prettier#91d4573bff",
|
||||
"@types/bun": "^1.3.12",
|
||||
"@types/node": "^25.6.0",
|
||||
"knip": "^6.4.0",
|
||||
"prettier": "^3.8.2",
|
||||
"knip": "^6.4.1",
|
||||
"prettier": "^3.8.3",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.7",
|
||||
"typescript": "^6.0.2"
|
||||
"tsdown": "^0.21.9",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"oxc-resolver"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue