Skip to content

Commit a14ad19

Browse files
authored
[NG2IM-150] Fix missing comma (#46)
* Add missing coma * Change vrsion
1 parent 60be4b2 commit a14ad19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"exceptions": ["*"]
125125
}
126126
],
127-
"sort-imports": ["error", { "ignoreDeclarationSort": true }]
127+
"sort-imports": ["error", { "ignoreDeclarationSort": true }],
128128
"sort-keys": "off",
129129
"use-isnan": "error"
130130
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": ".eslintrc.json",
55
"scripts": {
66
"postinstall": "./install-hooks"

0 commit comments

Comments
 (0)