Skip to content

Commit 3160950

Browse files
committed
chore: rename lint-all script
1 parent 050308e commit 3160950

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run lint)",
5+
"Bash(find:*)",
6+
"Bash(npx eslint:*)",
7+
"WebFetch(domain:complete-ts.github.io)"
8+
],
9+
"deny": [],
10+
"ask": []
11+
}
12+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"postinstall": "tsx ./packages/eslint-plugin-isaacscript/scripts/build.ts",
1818
"lint": "tsx ./scripts/lint.ts",
19-
"lint-all": "tsx ./scripts/lintAll.ts",
19+
"lint-all": "tsx ./scripts/lint-all.ts",
2020
"package-json-lint": "tsx ./scripts/packageJSONLint.ts",
2121
"publish": "tsx ./scripts/publish.ts",
2222
"update": "tsx ./scripts/update.ts"
File renamed without changes.

0 commit comments

Comments
 (0)