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

Eslint upgrade #15

Merged
merged 3 commits into from
Sep 11, 2024
Merged

Eslint upgrade #15

merged 3 commits into from
Sep 11, 2024

Conversation

alex-auror
Copy link

Upgrade, ported over the eslint config I use for my actions for speed, and fixed any findings

package.json Outdated
"pack": "ncc build -m",
"test": "vitest",
"all": "pnpm run build && pnpm run format && pnpm run lint && pnpm run pack && pnpm test"
"all": "pnpm run tscheck && pnpm run lint && pnpm run format && pnpm run pack && pnpm test"
Copy link
Collaborator

@Obi-Dann Obi-Dann Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build is missing here

Base automatically changed from vitest to master September 11, 2024 01:30
@alex-auror alex-auror merged commit e597062 into master Sep 11, 2024
6 checks passed
@alex-auror alex-auror deleted the eslint_upgrade branch September 11, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants