Skip to content

Commit 0c4f96f

Browse files
committed
fix: fixed lint, yarnlock
1 parent 62eae78 commit 0c4f96f

File tree

3 files changed

+1047
-1046
lines changed

3 files changed

+1047
-1046
lines changed

.lib.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"no-func-assign": "off",
1313
"no-global-assign": ["error", {"exceptions": ["exports"]}],
1414
"no-fallthrough": "off",
15-
"no-constant-condition": "off"
15+
"no-constant-condition": "off",
16+
"node/no-exports-assign": "off"
1617
},
1718
"overrides": [
1819
{

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"devDependencies": {
4040
"@babel/cli": "^7.10.3",
4141
"@babel/core": "^7.10.3",
42+
"@babel/plugin-transform-runtime": "^7.10.5",
4243
"@babel/preset-env": "^7.10.3",
4344
"@commitlint/cli": "^9.0.1",
4445
"@commitlint/config-conventional": "^9.0.1",

0 commit comments

Comments
 (0)