Skip to content

Commit

Permalink
fix: fixed lint, yarnlock
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jul 17, 2020
1 parent 62eae78 commit 0c4f96f
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 1,046 deletions.
3 changes: 2 additions & 1 deletion .lib.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"no-func-assign": "off",
"no-global-assign": ["error", {"exceptions": ["exports"]}],
"no-fallthrough": "off",
"no-constant-condition": "off"
"no-constant-condition": "off",
"node/no-exports-assign": "off"
},
"overrides": [
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.3",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
Expand Down
Loading

0 comments on commit 0c4f96f

Please sign in to comment.