Skip to content

Commit

Permalink
Add: New build scripts for @dicebear/collection
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed May 10, 2024
1 parent 9c1585c commit 9e16872
Show file tree
Hide file tree
Showing 41 changed files with 259 additions and 1,000 deletions.
9 changes: 8 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ import tseslint from 'typescript-eslint';
import pluginVue from 'eslint-plugin-vue';

export default tseslint.config(
{ languageOptions: { globals: globals.browser } },
{
languageOptions: {
globals: {
...globals.browser,
...globals.node,
},
},
},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
...pluginVue.configs['flat/essential'],
Expand Down

0 comments on commit 9e16872

Please sign in to comment.