Skip to content

Commit

Permalink
Merge pull request #203 from patrickbs96/merge-libraries-request-and-…
Browse files Browse the repository at this point in the history
…twinkly

Merge libraries request and twinkly
  • Loading branch information
patrickbs96 authored Dec 6, 2022
2 parents e8847e4 + 2a5e4f8 commit ae42872
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 766 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
}
],
"no-console": "off",
"no-unused-vars": [
"error",
{
"ignoreRestSiblings": true,
"argsIgnorePattern": "^_"
}
],
"no-var": "error",
"no-trailing-spaces": "error",
"prefer-const": "error",
Expand All @@ -31,6 +38,6 @@
]
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2022
}
}
92 changes: 0 additions & 92 deletions lib/request.js

This file was deleted.

Loading

0 comments on commit ae42872

Please sign in to comment.