Skip to content

Commit

Permalink
chore: fix eslint issues, add build and lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusddd committed Jun 4, 2024
1 parent 488eac6 commit a1ac402
Show file tree
Hide file tree
Showing 9 changed files with 1,471 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './src'
path: './'

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
8 changes: 6 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import pluginJs from "@eslint/js";


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

0 comments on commit a1ac402

Please sign in to comment.