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

Automated releases #186

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(cs): fix eslint config cs
SamMousa committed Aug 14, 2024

Verified

This commit was signed with the committer’s verified signature.
SamMousa Sam Mousa
commit d08e7c016614a09cbd1ce172dd455dc70ae2a461
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
];
];