Skip to content

Commit

Permalink
Modify eslint and update dependency
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh42 <[email protected]>
  • Loading branch information
divyansh42 committed Mar 12, 2023
1 parent 695e413 commit 2de9a80
Show file tree
Hide file tree
Showing 6 changed files with 1,696 additions and 2,077 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"webpack.config.js"
],
rules: {
"@typescript-eslint/no-base-to-string": [ 2, { ignoredTypeNames: [ "SemVer", "Range" ] } ]
"@typescript-eslint/no-base-to-string": [ 2, { ignoredTypeNames: [ "SemVer", "Range" ] } ],
"function-paren-newline": [ 2, "consistent" ]
}
};
237 changes: 6 additions & 231 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2de9a80

Please sign in to comment.