Skip to content

Commit

Permalink
Fixed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
iq3addLi committed Aug 5, 2019
1 parent 1881cd5 commit 7d5168d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -20,7 +20,7 @@ export default {
}
}
}),
nodeResolve({ jsnext: true }),
nodeResolve({ mainFields: ['module', 'main'] }),
typescript(),
commonjs()
]
Expand Down
2 changes: 0 additions & 2 deletions tslint.json
Expand Up @@ -34,10 +34,8 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"no-for-in-array": true,
"one-line": [true,
"check-open-brace",
"check-catch",
Expand Down

0 comments on commit 7d5168d

Please sign in to comment.