Skip to content

Commit 2a30c3c

Browse files
committed
fix: linting
1 parent dd543a0 commit 2a30c3c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

lazer/contracts/sui/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
"publishConfig": {
5151
"access": "public"
5252
}
53-
}
53+
}

lazer/contracts/sui/sdk/js/tsconfig.build.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,5 @@
66
"declaration": true,
77
"isolatedModules": false
88
},
9-
"exclude": [
10-
"node_modules",
11-
"dist",
12-
"examples/",
13-
"**/__tests__/*"
14-
]
15-
}
9+
"exclude": ["node_modules", "dist", "examples/", "**/__tests__/*"]
10+
}

0 commit comments

Comments
 (0)