0.0.1
This commit is contained in:
commit
63781a6119
16 changed files with 3502 additions and 0 deletions
46
package.json
Normal file
46
package.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "@gcch/configuration-oxlint",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"description": "Configuration Oxlint partageable pour gcch.",
|
||||
"main": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"module": "./dist/index.mjs",
|
||||
"exports": {
|
||||
".": "./dist/index.mjs",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"peerDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0",
|
||||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.7.0",
|
||||
"eslint-plugin-sonarjs": "^4.0.2",
|
||||
"oxlint": "^1.57.0",
|
||||
"oxlint-tsgolint": "^0.18.1",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"globals": "^17.4.0",
|
||||
"oxlint": "^1.57.0",
|
||||
"oxlint-tsgolint": "^0.18.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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.11",
|
||||
"@types/node": "^25.5.0",
|
||||
"eslint-plugin-astro": "^1.6.0",
|
||||
"knip": "^6.1.0",
|
||||
"prettier": "^3.8.1",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.7",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"trustedDependencies": ["oxc-resolver"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue