Initial commit: userscripts collection with oxlint tooling

This commit is contained in:
2026-07-08 11:59:50 -04:00
commit 672d3d51e1
17 changed files with 2602 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "userscripts",
"private": true,
"scripts": {
"lint": "oxlint"
},
"devDependencies": {
"oxlint": "^1.65.0"
}
}