Skip to content

Commit 80ab333

Browse files
committed
Merge branch 'main' into public
2 parents 80741cf + 3974f42 commit 80ab333

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.eslintrc.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
],
2828
"import/extensions": ["error", "ignorePackages"],
2929
"import/no-duplicates": ["error", { "prefer-inline": true }],
30-
"sort-imports": [
31-
"error",
32-
{
33-
"ignoreDeclarationSort": true,
34-
"allowSeparatedGroups": true
35-
}
36-
],
3730
"simple-import-sort/imports": [
3831
"error",
3932
{

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.0.0",
3+
"version": "1.0.1",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)