Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update workflow to support ts #1119

Merged
merged 18 commits into from
May 5, 2023
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
trim21 committed May 2, 2023
commit c21c33580d7996241cfc6f21a1f47853cf063895
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -116,5 +116,12 @@ module.exports = {
'@typescript-eslint/no-empty-function': 0,
},
},
{
files: ['./types/**/*'],
rules: {
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/no-explicit-any': 0,
},
},
],
}
111 changes: 0 additions & 111 deletions gulpfile.js

This file was deleted.