@pobammer-ts/small-rules 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +10 -10
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pobammer-ts/small-rules",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Various Oxlint-native rules for linting roblox-ts projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"format": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --fix $a && node --run oxfmt -- $a' _",
|
|
105
105
|
"format:check": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --no-errors-on-unmatched $a && node --run oxfmt -- --no-error-on-unmatched-pattern --check $a' _",
|
|
106
106
|
"format:safe": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --no-errors-on-unmatched --fix $a && node --run oxfmt -- --no-error-on-unmatched-pattern $a' _",
|
|
107
|
+
"generate:compact-default-properties": "nub scripts/generate-compact-default-properties.ts",
|
|
107
108
|
"generate:default-properties": "nub scripts/generate-default-properties.ts",
|
|
108
109
|
"generate:roblox-yielding-members": "nub scripts/generate-roblox-yielding-members.ts && node --run format:safe -- src/generated/roblox-yielding-members.ts",
|
|
109
110
|
"hooks:install": "hk install --mise",
|
|
@@ -115,7 +116,6 @@
|
|
|
115
116
|
"lint:json": "bun run --bun scripts/lint-json.ts",
|
|
116
117
|
"oxfmt": "oxfmt",
|
|
117
118
|
"oxlint": "oxlint",
|
|
118
|
-
"prepublish": "tsdown --minify",
|
|
119
119
|
"release": "bumpp",
|
|
120
120
|
"skills": "skills",
|
|
121
121
|
"test": "vitest run",
|