Skip to content

Commit

Permalink
still works
Browse files Browse the repository at this point in the history
  • Loading branch information
StarboundShaun committed Oct 19, 2024
1 parent 94a1cba commit 329e707
Show file tree
Hide file tree
Showing 6 changed files with 936 additions and 3,184 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
code_export.md
code2md.py

node_modules
dist
Expand Down
9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import globals from "globals";
import pluginVue from "eslint-plugin-vue";


export default [
{files: ["**/*.{js,mjs,cjs,vue}"]},
{languageOptions: { globals: globals.browser }},
...pluginVue.configs["flat/essential"],
];
Loading

0 comments on commit 329e707

Please sign in to comment.