0.0.12
This commit is contained in:
parent
c0620280e6
commit
888eb4aa54
8 changed files with 564 additions and 414 deletions
36
package.json
36
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gcch/configuration-eslint",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"type": "module",
|
||||
"description": "Configuration eslint partageable pour gcch.",
|
||||
"main": "./dist/index.mjs",
|
||||
|
|
@ -10,36 +10,40 @@
|
|||
".": "./dist/index.mjs",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"eslint": "^10.1.0",
|
||||
"typescript": "^6.0.2"
|
||||
"eslint": "^10.2.1",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"astro-eslint-parser": "^1.4.0",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsdoc": "^62.8.1",
|
||||
"eslint-plugin-perfectionist": "^5.7.0",
|
||||
"eslint-plugin-sonarjs": "^4.0.2",
|
||||
"eslint-plugin-jsdoc": "^62.9.0",
|
||||
"eslint-plugin-perfectionist": "^5.9.0",
|
||||
"eslint-plugin-sonarjs": "^4.0.3",
|
||||
"eslint-plugin-unicorn": "^64.0.0",
|
||||
"globals": "^17.4.0",
|
||||
"typescript-eslint": "^8.57.2"
|
||||
"globals": "^17.5.0",
|
||||
"typescript-eslint": "^8.59.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0",
|
||||
"eslint-plugin-astro": "^1.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-prettier": "git+https://git.gcch.fr/gcch/configuration-prettier",
|
||||
"knip": "^6.1.0",
|
||||
"prettier": "^3.8.1",
|
||||
"knip": "^6.7.0",
|
||||
"prettier": "^3.8.3",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.7",
|
||||
"tsdown": "^0.21.10",
|
||||
"tsr": "^1.3.4",
|
||||
"typescript": "^6.0.2"
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"trustedDependencies": ["oxc-resolver"]
|
||||
"trustedDependencies": [
|
||||
"oxc-resolver"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue