mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@repo/oxlint-config",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/default.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"oxlint": "1.56.0",
|
||||
"oxlint-tsgolint": "0.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "25.5.0",
|
||||
"vitest": "4.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user