Skip to content

Commit 479a964

Browse files
committed
Merge branch 'main' into public
2 parents 5c2a053 + 5a1db81 commit 479a964

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"import/extensions": ["error", "ignorePackages"],
2222
"import/no-duplicates": ["error", { "prefer-inline": true }],
23+
"import/no-relative-parent-imports": "error",
2324
"simple-import-sort/imports": [
2425
"error",
2526
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.2.6",
3+
"version": "1.2.8",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)