Skip to content

Commit

Permalink
Merge pull request #12 from curveball/update-deps3
Browse files Browse the repository at this point in the history
Update everything to latest curveball standards
  • Loading branch information
evert authored Feb 2, 2021
2 parents 8763b55 + 82d63f0 commit b13d115
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 383 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
],
"semi": ["error", "always"],
"no-trailing-spaces": "error",
"no-unused-vars": ["error",
{
"args": "none",
"ignoreRestSiblings": true
}
],
"eol-last": "error",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/ban-ts-comment": ["error",
Expand All @@ -48,6 +42,7 @@
}
],
"@typescript-eslint/no-explicit-any" : 0,
"@typescript-eslint/no-unused-vars": ["error"],
"no-console": ["error"]
}
}
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- stable
- 10
- 12
- 14
- 15
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2020 Evert Pot
Copyright (c) 2019-2021 Evert Pot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit b13d115

Please sign in to comment.