Skip to content

Commit

Permalink
Merge pull request #225 from studiometa/feature/deps
Browse files Browse the repository at this point in the history
[Feature] Update deps
  • Loading branch information
titouanmathis authored Jan 2, 2025
2 parents 8ea28cd + 0b99d2b commit e448d70
Show file tree
Hide file tree
Showing 28 changed files with 2,313 additions and 14,016 deletions.
24 changes: 0 additions & 24 deletions .eslintrc.js

This file was deleted.

23 changes: 2 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
# OS files
.DS_Store
node_modules

# Yarn files
yarn.lock

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sublime-*

# Build files
.env
/dist/
/packages/docs/.vitepress/dist/
/packages/docs/.vitepress/cache
/packages/docs/.vitepress/cache/
/packages/demo/.nuxt/
/packages/demo/.output/
/packages/coverage/
.eslintcache
3 changes: 0 additions & 3 deletions .prettierrc.js

This file was deleted.

18 changes: 18 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { defineConfig, js, vue, prettier, globals } from '@studiometa/eslint-config';

export default defineConfig(
js,
vue,
prettier,
{
files: ['packages/{demo,vue-mapbox-gl}/**/*.{js,vue}'],
languageOptions: {
globals: {
...globals.browser,
},
},
},
{
ignores: ['**/.nuxt/**', '**/.output/**'],
},
);
Loading

0 comments on commit e448d70

Please sign in to comment.