Skip to content

Commit 441fefe

Browse files
committed
test
1 parent d0cdb1e commit 441fefe

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn run lint
1+
npx lint-staged

.lintstagedrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"*.ts": [
3-
"yarn run prettier:write",
4-
"yarn run lint --fix"
5-
]
6-
}
1+
{ "src/**/*.{ts,js}": ["yarn run lint --fix", "yarn run prettier:write"] }

src/api/.lintstagedrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/common/orgs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ export const CommitteeList = [
2828
"Marketing Committee",
2929
] as const;
3030
export const OrganizationList = ["ACM", ...SIGList, ...CommitteeList];
31+
32+
//. thing

src/ui/.lintstagedrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)