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

Use ESLint and PrettierJS #2726

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.py
  • Loading branch information
ImprovedTube authored Dec 15, 2024
commit 8ddb9fae2f767487a9cf26d93fea6b9b9f75af6d
5 changes: 5 additions & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ def firefox():
item != 'tests' and
item != 'LICENSE' and
item != 'CONTRIBUTING.md' and
item != 'README.md' and
item != 'SECURITY.md' and
item != 'previews' and
item != 'py' and
item != 'wiki' and
item.find('.zip') == -1
):
s = os.path.join('../', item)
Expand Down
Loading